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)
446446  exec  ' silent syn match ' '  "\c' key .' $" containedin=NERDTreeFile' 
447447  exec  ' silent syn match ' '  "\c' key .' \W*\*$" containedin=NERDTreeExecFile' 
448448  exec  ' hi def link ' '  NERDTreeFile' 
449-   exec  ' silent syn match ' '  "\v\c<' key .' \ze\/" containedin=NERDTreeDir ' 
450-   exec  ' hi def link ' '  NERDTreeDir ' 
449+   exec  ' silent syn match ' '  "\v\c<' key .' \ze\/" containedin=NERDTreeFlags ' 
450+   exec  ' hi def link ' '  NERDTreeFlags ' 
451451  if  exists (' g:WebDevIconsUnicodeDecorateFileNodesExactSymbols["' key .' "]' 
452452    let  icon  =  g: WebDevIconsUnicodeDecorateFileNodesExactSymbolskey ]
453453    exec  ' silent syn match ' '  "\c[' icon .' ]\ze.*' key .' $" containedin=NERDTreeFile' 
454454    exec  ' silent syn match ' '  "\c[' icon .' ]\ze.*' key .' \W*\*$" containedin=NERDTreeExecFile' 
455455    exec  ' hi def link ' '  ' 
456-     exec  ' silent syn match ' '  "\c[' icon .' ]\ze.*' key .' \/" containedin=NERDTreeDir ' 
456+     exec  ' silent syn match ' '  "\c[' icon .' ]\ze.*' key .' \/" containedin=NERDTreeFlags ' 
457457    exec  ' hi def link ' '  ' 
458458  endif 
459459
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments