File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ for [key, val] in items(g:NERDTreeExactMatchHighlightColor)
495495 exec ' silent syn match ' .label_identifier.' "\c' .key .' $" containedin=NERDTreeFile'
496496 exec ' silent syn match ' .label_identifier.' "\c' .key .' \W*\*$" containedin=NERDTreeExecFile'
497497 exec ' hi def link ' .label_identifier.' NERDTreeFile'
498- exec ' silent syn match ' .folder_identifier.' "\v\c<' .key .' \ze\/" containedin=NERDTreeFlags '
498+ exec ' silent syn match ' .folder_identifier.' "\v\c<' .key .' \ze\/" containedin=NERDTreeDir '
499499 exec ' hi def link ' .folder_identifier.' NERDTreeFlags'
500500 if exists (' g:WebDevIconsUnicodeDecorateFileNodesExactSymbols["' .key .' "]' )
501501 let icon = g: WebDevIconsUnicodeDecorateFileNodesExactSymbols [key ]
You can’t perform that action at this time.
0 commit comments