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,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

View file

@ -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.

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()"