commands: Implement the TaskWikiLink command

This commit is contained in:
Tomas Babej 2015-03-20 01:44:56 +01:00
parent e263d24aaa
commit 5e9f187bab
3 changed files with 8 additions and 0 deletions

View file

@ -8,3 +8,4 @@ augroup taskwiki
augroup END
command! TaskWikiInfo :py CurrentTask().info()
command! TaskWikiLink :py CurrentTask().link()