Skip to content

Commit 64e4fd6

Browse files
committed
Include custom file listing warning in readme's exclusion notes.
1 parent b5d3fe6 commit 64e4fd6

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
@@ -57,7 +57,7 @@ Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 fi
5757
5858
Define additional root markers with the `g:ctrlp_root_markers` option.
5959
60-
* Exclude files and directories using Vim's `wildignore` and CtrlP's own `g:ctrlp_custom_ignore`:
60+
* 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:
6161
6262
```vim
6363
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux

0 commit comments

Comments
 (0)