Skip to content

Commit 49c49c0

Browse files
committed
Merge pull request #3 from drn/exclusion-warning
Include custom file listing warning in readme's exclusion notes.
2 parents 92ff0f8 + 64e4fd6 commit 49c49c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 fi
6464
6565
If more than one mode is specified, they will be tried in order until a directory is located.
6666
67-
* Exclude files and directories using Vim's `wildignore` and CtrlP's own `g:ctrlp_custom_ignore`:
67+
* Exclude files and directories using Vim's `wildignore` and CtrlP's own `g:ctrlp_custom_ignore`. If a custom listing command is being used, exclusions are ignored:
6868
6969
```vim
7070
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux

0 commit comments

Comments
 (0)