mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
Rename project to taskwiki
This commit is contained in:
parent
e39d2b094f
commit
6448ad4a90
4 changed files with 4 additions and 4 deletions
2
LICENCE
2
LICENCE
|
@ -1,5 +1,5 @@
|
|||
Copyright 2014 Tomas Babej
|
||||
http://github.com/tbabej/vimwiki-pytasks
|
||||
http://github.com/tbabej/taskwiki
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## vimwiki-pytasks
|
||||
## Taskwiki
|
||||
|
||||
This is a vim plugin, which aims to provide a integration between vim and taskwarrior. It extends vimwiki plugin and provides bidirecitonal synchronization between TaskWarrior and Vimwiki 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()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue