plugin: Prefer python3 over python2 by default

This commit is contained in:
Tomas Babej 2017-03-16 12:26:39 +01:00
parent 40b4f2c28a
commit cf3789f074
2 changed files with 12 additions and 5 deletions

View file

@ -674,6 +674,13 @@ constructs.
*taskwiki_disable*
Setting any non-empty value for this variable will disable taskwiki.
*taskwiki_use_python2*
Setting this variable to non-empty value (such as "yes") will force
taskwiki to use python2.
Example:
let g:taskwiki_use_python2="yes"
=============================================================================
9. TROUBLESHOOTING *taskwiki-trouble*