comparison vim/vimrc @ 414:72365ec18f54

Merge changes
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Jan 2018 16:27:32 -0800
parents 4a2468f72e44 63463782d1cd
children c4077384f55f
comparison
equal deleted inserted replaced
413:4a2468f72e44 414:72365ec18f54
271 \'tag', 'buffertag', 'quickfix', 'mixed', 'bookmarkdir', 271 \'tag', 'buffertag', 'quickfix', 'mixed', 'bookmarkdir',
272 \'autoignore' 272 \'autoignore'
273 \] 273 \]
274 274
275 " Use PyMatch to go faster. 275 " Use PyMatch to go faster.
276 if has('python') || has('python3') 276 if has('python3') || has('python')
277 let g:ctrlp_match_func = {'match': 'pymatcher#PyMatch'} 277 let g:ctrlp_match_func = {'match': 'pymatcher#PyMatch'}
278 let g:ctrlp_max_files = 0 278 let g:ctrlp_max_files = 0
279 let g:ctrlp_lazy_update = 350 279 let g:ctrlp_lazy_update = 350
280 endif 280 endif
281 281