also check for py3k in ftplugin

This commit is contained in:
David Halter
2013-01-07 00:00:16 +01:00
parent 30ea569cd8
commit 7b60d00dbc

View File

@@ -1,6 +1,6 @@
let b:did_ftplugin = 1 let b:did_ftplugin = 1
if !has('python') if !has('python') && !has('python3')
finish finish
endif endif
" ------------------------------------------------------------------------ " ------------------------------------------------------------------------