Skip to content

Commit 59aacac

Browse files
authored
Merge pull request #300 from blueyed/doc-mention-ctrlp_show_hidden
doc: mention g:ctrlp_show_hidden with g:ctrlp_custom_ignore
2 parents 252f876 + 9c26875 commit 59aacac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc/ctrlp.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,9 @@ plugins look for .git/, .hg/,... some other plugins look for external *.exe
255255
tools on Windows). So be a little mindful of what you put in your |wildignore|.
256256

257257
*'g:ctrlp_custom_ignore'*
258-
In addition to |'wildignore'|, use this for files and directories you want only
259-
CtrlP to not show. Use regexp to specify the patterns: >
258+
In addition to |'wildignore'| and |g:ctrlp_show_hidden|, use this for files
259+
and directories you want only CtrlP to not show. Use regexp to specify the
260+
patterns: >
260261
let g:ctrlp_custom_ignore = ''
261262
<
262263
Examples: >

0 commit comments

Comments
 (0)