mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
Rename project to taskwiki
This commit is contained in:
parent
e39d2b094f
commit
6448ad4a90
4 changed files with 4 additions and 4 deletions
|
@ -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()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue