File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -446,14 +446,14 @@ for [key, val] in items(g:NERDTreeExactMatchHighlightColor)
446
446
exec ' silent syn match ' .label_identifier.' "\c' .key .' $" containedin=NERDTreeFile'
447
447
exec ' silent syn match ' .label_identifier.' "\c' .key .' \W*\*$" containedin=NERDTreeExecFile'
448
448
exec ' hi def link ' .label_identifier.' NERDTreeFile'
449
- exec ' silent syn match ' .folder_identifier.' "\v\c<' .key .' \ze\/" containedin=NERDTreeDir '
450
- exec ' hi def link ' .folder_identifier.' NERDTreeDir '
449
+ exec ' silent syn match ' .folder_identifier.' "\v\c<' .key .' \ze\/" containedin=NERDTreeFlags '
450
+ exec ' hi def link ' .folder_identifier.' NERDTreeFlags '
451
451
if exists (' g:WebDevIconsUnicodeDecorateFileNodesExactSymbols["' .key .' "]' )
452
452
let icon = g: WebDevIconsUnicodeDecorateFileNodesExactSymbols [key ]
453
453
exec ' silent syn match ' .icon_identifier.' "\c[' .icon .' ]\ze.*' .key .' $" containedin=NERDTreeFile'
454
454
exec ' silent syn match ' .icon_identifier.' "\c[' .icon .' ]\ze.*' .key .' \W*\*$" containedin=NERDTreeExecFile'
455
455
exec ' hi def link ' .icon_identifier.' ' .label_identifier
456
- exec ' silent syn match ' .folder_icon_identifier.' "\c[' .icon .' ]\ze.*' .key .' \/" containedin=NERDTreeDir '
456
+ exec ' silent syn match ' .folder_icon_identifier.' "\c[' .icon .' ]\ze.*' .key .' \/" containedin=NERDTreeFlags '
457
457
exec ' hi def link ' .folder_icon_identifier.' ' .folder_identifier
458
458
endif
459
459
You can’t perform that action at this time.
0 commit comments