finish also ftplugin if +python is not available

This commit is contained in:
David Halter
2013-01-05 13:56:38 +01:00
parent a09b3121d5
commit 5670946a73

View File

@@ -1,5 +1,8 @@
let b:did_ftplugin = 1 let b:did_ftplugin = 1
if !has('python')
finish
endif
" ------------------------------------------------------------------------ " ------------------------------------------------------------------------
" Initialization of jedi-vim " Initialization of jedi-vim
" ------------------------------------------------------------------------ " ------------------------------------------------------------------------