Skip to content

Commit

Permalink
Fix blacklist documentation for list of patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTaveras1231 authored Nov 4, 2016
1 parent f0c9b8d commit 3d08626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Example:
let g:localvimrc_blacklist='/share/projects/.*'
" blacklist can also use lists of patterns
let g:localvimrc_whitelist=['/share/projects/.*', '/usr/share/other-projects/.*']
let g:localvimrc_blacklist=['/share/projects/.*', '/usr/share/other-projects/.*']
```

- Default: No blacklist
Expand Down

0 comments on commit 3d08626

Please sign in to comment.