Skip to content

Commit 203e916

Browse files
committed
Fix regexp in customization instructions on readme
1 parent 105f461 commit 203e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let g:NERDTreeExactMatchHighlightColor = {} " this line is needed to avoid error
7070
let g:NERDTreeExactMatchHighlightColor['.gitignore'] = s:git_orange " sets the color for .gitignore files
7171
7272
let g:NERDTreePatternMatchHighlightColor = {} " this line is needed to avoid error
73-
let g:NERDTreePatternMatchHighlightColor['.*_spec.rb'] = s:rspec_red " sets the color files ending with _spec.rb
73+
let g:NERDTreePatternMatchHighlightColor['.*_spec\.rb$'] = s:rspec_red " sets the color files ending with _spec.rb
7474
7575
```
7676

0 commit comments

Comments
 (0)