mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
plugin: Fix stupid copy-paste error
This commit is contained in:
parent
cf3789f074
commit
6bcc93cfe6
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue