mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 03:04:30 +08:00
also check for py3k in ftplugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
if !has('python')
|
||||
if !has('python') && !has('python3')
|
||||
finish
|
||||
endif
|
||||
" ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user