Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个超级简单的ctrlp_custom_ignore条目.vimrc:
ctrlp_custom_ignore
.vimrc
let g:ctrlp_custom_ignore = 'doc'
但是,它不起作用。里面的文件doc仍然出现在我的搜索中。我怎样才能解决这个问题?
doc
原来我有一个ctrlp_user_command优先于ctrlp_custom_ignore. 我没有让我ctrlp_custom_ignore开始工作,而是更改了我所使用的命令ctrlp_user_command以排除我想要排除的目录。
ctrlp_user_command