Rename plugin to vimwiki-pytasks

This commit is contained in:
Tomas Babej 2014-12-31 04:01:04 +01:00
parent 019f566b67
commit ddf3afbfd4
3 changed files with 1 additions and 12 deletions

View file

@ -1,5 +1,5 @@
let s:plugin_path = escape(expand('<sfile>:p:h'), '\')
execute 'pyfile ' . s:plugin_path . '/../autoload/vimwiki_pytasks.py'
execute 'pyfile ' . s:plugin_path . '/../autoload/vimwiki-pytasks.py'
augroup vimwiki_pytasks
" when saving the file sync the tasks from vimwiki to TW