credit the solution source

This commit is contained in:
Alex Kelly 2019-01-09 14:19:14 -05:00
parent 00fa780fc0
commit 9ec171b405

View file

@ -13,6 +13,7 @@ set linebreak
set nolist set nolist
" Stop the py3 imp complaining for YCM (and others using python3 " Stop the py3 imp complaining for YCM (and others using python3
" solution found at https://github.com/vim/vim/issues/3117
if !has('patch-8.1.201') if !has('patch-8.1.201')
silent! python3 1 silent! python3 1
endif endif