mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
Restructure the whole plugin
This commit is contained in:
parent
17e7047565
commit
fb90391538
6 changed files with 67 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue