index
:
vim-twodo
master
To-do list syntax highlighting and mappings
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-10-17
Add Vim help
v0.0.1
Teddy Wing
2016-10-17
Add README and license
Teddy Wing
2016-06-03
TODO: Mark escalate/descalate task completed
Teddy Wing
2016-06-03
Add Escalate mapping
Teddy Wing
2016-06-03
ftplugin/todo.vim: Add Descalate mappings
Teddy Wing
2016-06-03
Add Resources.txt
Teddy Wing
2016-06-03
autoload/todo.vim: Descalate function
Teddy Wing
2016-06-03
TODO: Add entry for using counts in mappings
Teddy Wing
2016-06-03
TODO: Add entry for priority escalation/descalation mappings
Teddy Wing
2016-06-03
TODO: Possible highlight colour for unimportant
Teddy Wing
2016-06-03
TODO: Add entry to differentiate unimportant and completed/deleted
Teddy Wing
2016-04-28
TODO: Mark multiple task type for action task completed
Teddy Wing
2016-04-28
Allow any action on any TODO type
Teddy Wing
2016-04-28
Add TODO
Teddy Wing
2016-04-26
Highlight deleted TODOs
Teddy Wing
2016-04-21
Highlight completed tasks as `Ignore`
Teddy Wing
2016-04-20
Add a highlight category for unimportant tasks
Teddy Wing
2016-04-20
Highlight important tasks
Teddy Wing
2016-04-19
ftdetect/todo.vim: Don't remove partially completed todos with <leader>R
Teddy Wing
2016-04-05
ftplugin: Use :nohlsearch in mappings
Teddy Wing
2016-04-05
Add ftplugin with mappings
Teddy Wing
2016-04-05
syntax/todo.vim: Highlight TODOs that start with whitespace
Teddy Wing
2016-04-05
syntax/todo.vim: Remove old highlight code
Teddy Wing
2016-04-05
Add syntax file
Teddy Wing
2016-04-05
Add ftdetect
Teddy Wing