Rename project to taskwiki

This commit is contained in:
Tomas Babej 2015-01-10 22:19:13 +01:00
parent e39d2b094f
commit 6448ad4a90
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
let s:plugin_path = escape(expand('<sfile>:p:h'), '\')
execute 'pyfile ' . s:plugin_path . '/../autoload/vimwiki-pytasks.py'
execute 'pyfile ' . s:plugin_path . '/../autoload/taskwiki.py'
augroup vimwiki_pytasks
augroup taskwiki
" when saving the file sync the tasks from vimwiki to TW
autocmd!
execute "autocmd BufWrite *.".expand('%:e')." python update_to_tw()"