Made NERDTreeFlags contained in NERDTreeExecFile

This commit is contained in:
Xuyuan Pang 2015-09-17 11:30:14 +08:00
parent 8c7534bc9e
commit d66370a8e5

View File

@ -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