comparison vim/vimrc @ 173:393449253540

Use the new notation for `ctrlp` setting.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 10 Jul 2014 10:58:36 -0700
parents 7559d8bc39bb
children c6a072353606
comparison
equal deleted inserted replaced
172:dda5a5441f48 173:393449253540
215 215
216 " We'll set our own mappings. 216 " We'll set our own mappings.
217 let g:ctrlp_map = '' 217 let g:ctrlp_map = ''
218 218
219 " Ctrl-P should manage the working directory. 219 " Ctrl-P should manage the working directory.
220 let g:ctrlp_working_path_mode = 2 220 let g:ctrlp_working_path_mode = 'ra'
221 221
222 " Ctrl-P should however ignore some stuff. 222 " Ctrl-P should however ignore some stuff.
223 let g:ctrlp_custom_ignore = { 223 let g:ctrlp_custom_ignore = {
224 \ 'dir': '\v[\/](\.git|\.hg|\.svn|venv|build|static|node_modules)$' 224 \ 'dir': '\v[\/](\.git|\.hg|\.svn|venv|build|static|node_modules)$'
225 \ } 225 \ }