From 82ce0680a2662e04a068dde06fce43e165bb81cc Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 7 Jul 2018 01:37:01 +0200 Subject: .vimrc: Work around vim/vim#3117 --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 59fb0e2..e2dc689 100644 --- a/.vimrc +++ b/.vimrc @@ -1,3 +1,7 @@ +if has('python3') + silent! python3 1 +endif + " Plug Required Block and plugins set nocompatible filetype off -- cgit v1.2.3