diff 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
line wrap: on
line diff
--- a/vim/vimrc	Thu Jan 18 16:24:47 2018 -0800
+++ b/vim/vimrc	Thu Jan 18 16:27:32 2018 -0800
@@ -273,7 +273,7 @@
             \]
 
 " Use PyMatch to go faster.
-if has('python') || has('python3')
+if has('python3') || has('python')
   let g:ctrlp_match_func = {'match': 'pymatcher#PyMatch'}
   let g:ctrlp_max_files = 0
   let g:ctrlp_lazy_update = 350