mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
util: Add optional color support with AnsiEsc
This commit is contained in:
parent
2e2d19eaed
commit
f22484f8d7
4 changed files with 32 additions and 1 deletions
|
@ -8,6 +8,7 @@ augroup taskwiki
|
|||
augroup END
|
||||
|
||||
command! TaskWikiProjects :py Splits.projects()
|
||||
command! TaskWikiProjectsSummary :py Splits.summary()
|
||||
|
||||
command! -range TaskWikiInfo :<line1>,<line2>py SelectedTasks().info()
|
||||
command! -range TaskWikiLink :<line1>,<line2>py SelectedTasks().link()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue