nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit f406af39cf963103034da62c76295ddf52e73874
parent 64c3a6aed3e54d48a85e42aad6db3c6baac44f3c
Author: Phil Runninger (mac) <prunninger@vhtcx.com>
Date:   Mon, 12 Nov 2018 11:18:07 -0500

Merge branch 'master' of github.com:scrooloose/nerdtree

Diffstat:
Msyntax/nerdtree.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/syntax/nerdtree.vim b/syntax/nerdtree.vim
@@ -33,8 +33,8 @@ exec 'syn match NERDTreeFile  #^[^"\.'.s:dirArrows.'] *[^'.s:dirArrows.']*# cont
 "highlighting for readonly files
 exec 'syn match NERDTreeRO # *\zs.*\ze \['.g:NERDTreeGlyphReadOnly.'\]# contains=NERDTreeIgnore,NERDTreeBookmark,NERDTreeFile'
 
-syn match NERDTreeFlags #^ *\zs\[.\]# containedin=NERDTreeFile,NERDTreeExecFile
-syn match NERDTreeFlags #\[.\]# containedin=NERDTreeDir
+syn match NERDTreeFlags #^ *\zs\[[^\]]*\]# containedin=NERDTreeFile,NERDTreeExecFile
+syn match NERDTreeFlags #\[[^\]]*\]# containedin=NERDTreeDir
 
 "highlighing to conceal the delimiter around the file/dir name
 if has("conceal")