Restructure the whole plugin

This commit is contained in:
Tomas Babej 2015-03-12 21:33:11 +01:00
parent 17e7047565
commit fb90391538
6 changed files with 67 additions and 44 deletions

View file

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