commit 3ebff6ae5497b29d5062270472a65294aad5a424 parent d9a03f4600e9ad4fd3f991951e7f390aa5ebb3e4 Author: Martin Grenfell <martin_grenfell@msn.com> Date: Sat, 21 Jun 2008 21:56:59 +1200 fix highlighting of directory symlinks Diffstat:
| M | plugin/NERD_tree.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim @@ -2417,7 +2417,7 @@ function! s:SetupSyntaxHighlighting() syn match treeBookmark # {.*}#hs=s+1 "highlighting for sym links - syn match treeLink #[^-| `].* -> # contains=treeBookmark + syn match treeLink #[^-| `].* -> # contains=treeBookmark,treeOpenable,treeClosable,treeDirSlash "highlighing for directory nodes and file nodes syn match treeDirSlash #/#
