diff --git a/vim/vimrc b/vim/vimrc index 0b53aa8..269a6e0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -12,10 +12,9 @@ set wrap set linebreak set nolist -" Attempt to fix python/python3 issue -" To run py2 stuff, you can force with "vim --cmd 'let py2 = 1' -if exists('py2') && has('python') -elseif has('python3') +" Stop the py3 imp complaining for YCM (and others using python3 +if !has('patch-8.1.201') + silent! python3 1 endif " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim