mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
3 lines
122 B
VimL
3 lines
122 B
VimL
let s:plugin_path = escape(expand('<sfile>:p:h'), '\')
|
|
|
|
exe 'pyfile ' . s:plugin_path . '/../autoload/vimwiki_pytasks.py'
|