mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
finish also ftplugin if +python is not available
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
if !has('python')
|
||||
finish
|
||||
endif
|
||||
" ------------------------------------------------------------------------
|
||||
" Initialization of jedi-vim
|
||||
" ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user