You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 fi
64
64
65
65
If more than one mode is specified, they will be tried in order until a directory is located.
66
66
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:
68
68
69
69
```vim
70
70
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux
0 commit comments