commit d66370a8e51abf21705756b2ff4c8874a30abc1a
parent 8c7534bc9e1d0c2f18bf94c1440c4ae6b102b5d6
Author: Xuyuan Pang <xuyuanp@gmail.com>
Date: Thu, 17 Sep 2015 11:30:14 +0800
Made NERDTreeFlags contained in NERDTreeExecFile
Diffstat:
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