summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2018-07-07 01:37:01 +0200
committerAhmed Abdelhalim <[email protected]>2018-07-07 01:37:01 +0200
commit82ce0680a2662e04a068dde06fce43e165bb81cc (patch)
tree4ccc4d2e6f15768af39713d0b2f306dc2c5fdc6e
parent5015bc89ba095740846b4900fde6bc085bc579ca (diff)
.vimrc: Work around vim/vim#3117
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
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