plugin: Fix stupid copy-paste error

This commit is contained in:
Tomas Babej 2017-03-17 17:11:35 +01:00
parent cf3789f074
commit 6bcc93cfe6

View file

@ -5,7 +5,7 @@ if version < 704
endif
" Python version detection.
elseif has("nvim")
if has("nvim")
let g:taskwiki_py='py3 '
let g:taskwiki_pyfile='py3file '
elseif has("python3") && ! exists("g:taskwiki_use_python2")