nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 0b44415a3302030b56755cc1135ca9ca57dc1ada
parent 43012a6214b20fd909996a40f4e987828edeacd0
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Fri, 18 Sep 2015 09:42:32 +0100

Merge pull request #486 from Xuyuanp/syntax

Made NERDTreeFlags contained in NERDTreeExecFile
Diffstat:
Msyntax/nerdtree.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/nerdtree.vim b/syntax/nerdtree.vim
@@ -34,7 +34,7 @@ if g:NERDTreeDirArrows
     "highlighting for readonly files
     syn match NERDTreeRO # *\zs.*\ze \[RO\]# contains=NERDTreeIgnore,NERDTreeBookmark,NERDTreeFile
 
-    syn match NERDTreeFlags #^ *\zs\[.\]# containedin=NERDTreeFile
+    syn match NERDTreeFlags #^ *\zs\[.\]# containedin=NERDTreeFile,NERDTreeExecFile
     syn match NERDTreeFlags #\[.\]# containedin=NERDTreeDir
 else
     "highlighting for the ~/+ symbols for the directory nodes