From af02629b45ff2994166d3614601760b682ea955f Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 13 Apr 2022 21:57:01 +0800 Subject: Improve ctrlp match (vim) --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index ff588b0..93ccda7 100644 --- a/.vimrc +++ b/.vimrc @@ -20,6 +20,11 @@ set secure set exrc set noerrorbells +" Use python3 first +if has('python3') +elseif has('python') +endif + " GUI set guioptions-=m -- cgit v1.2.3