File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -433,11 +433,10 @@ if exists('g:NERDTreeLimitedSyntax') && !exists('g:NERDTreeSyntaxDisableDefaultE
433433endif
434434
435435let s: characters = ' [ a-zA-Z0-9_\#\-\+\*\%\!\~\(\)\{\}\&\.\$\@]'
436- " substitute will 'eat ' single backlashes on the string
436+ " substitute will 'eliminate ' single backlashes on the string
437437let s: chars_double_lashes = substitute (s: characters , ' \\' , ' \\\\' , ' g' )
438438
439439" Extension colors
440-
441440if ! exists (' g:NERDTreeExtensionHighlightColor' )
442441 let g: NERDTreeExtensionHighlightColor = {}
443442endif
@@ -522,7 +521,6 @@ for [key, val] in items(g:NERDTreeExactMatchHighlightColor)
522521endfor
523522
524523" Pattern Matches
525-
526524if ! exists (' g:NERDTreePatternMatchHighlightColor' )
527525 let g: NERDTreePatternMatchHighlightColor = {}
528526endif
@@ -543,7 +541,6 @@ for [key, val] in items(g:NERDTreePatternMatchHighlightColor)
543541
544542 exec ' syn match ' .label_identifier.' "\v\c' .sub_regexp.' " containedin=NERDTreeFile'
545543 exec ' syn match ' .label_identifier.' "\v\c' .exec_sub_regexp.' " containedin=NERDTreeExecFile'
546- " TODO: handle executable file
547544 exec ' hi def link ' .label_identifier.' NERDTreeFile'
548545
549546 if exists (" g:WebDevIconsUnicodeDecorateFileNodesPatternSymbols['" .key ." ']" )
You can’t perform that action at this time.
0 commit comments