File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -408,13 +408,13 @@ for [key, val] in items(g:NERDTreeExtensionHighlightColor)
408408  let  regexp =  ' \v' s: characters' +\.' substitute (key , ' \W' ' \\\0' ' g' 
409409
410410  exec  ' silent syn match ' '  "' ' $" containedin=NERDTreeFile' 
411-   exec  ' silent syn match ' '  "' ' *\W \*$" containedin=NERDTreeExecFile' 
411+   exec  ' silent syn match ' '  "' ' \W* \*$" containedin=NERDTreeExecFile' 
412412  exec  ' hi def link ' '  NERDTreeFile' 
413413
414414  if  exists (' g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols["' key .' "]' 
415415    let  icon  =  g: WebDevIconsUnicodeDecorateFileNodesExtensionSymbolskey ]
416416    exec  ' silent syn match ' '  "\zs[' icon .' ]\ze.\+\.' key .' $" containedin=NERDTreeFile' 
417-     exec  ' silent syn match ' '  "\zs[' icon .' ]\ze.\+\.' key .' *\W \*$" containedin=NERDTreeExecFile' 
417+     exec  ' silent syn match ' '  "\zs[' icon .' ]\ze.\+\.' key .' \W* \*$" containedin=NERDTreeExecFile' 
418418    exec  ' hi def link ' '  ' 
419419  endif 
420420
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments