vim: be silent when python3

This commit is contained in:
2018-07-23 11:48:43 +02:00
parent 4d38d66471
commit 974498fbbe

4
vimrc
View File

@@ -1,5 +1,9 @@
" General {{{
if has('python3')
silent! python3 1
endif
" use indentation for folds
set foldmethod=indent
set foldnestmax=5