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
2021-10-16
Increase version v0.1.1 -> v0.2.0
HEAD
v0.2.0
master
Teddy Wing
2021-10-16
doc/todo.txt: Replace backtick separators with quotes
Teddy Wing
2021-10-16
Update copyright years
Teddy Wing
2021-10-15
Add documentation for new `[o` `]o` `[y` `]y` commands
Teddy Wing
2021-10-15
Add new motions to move between regular and important TODOs
Teddy Wing
2021-10-15
Change `<Leader>` to `<LocalLeader>`
Teddy Wing
2020-03-22
Increase version v0.1.0 -> v0.1.1
v0.1.1
Teddy Wing
2020-03-22
ftplugin/todo.vim: Fix default mapping guards
Teddy Wing
2020-03-22
Increase version v0.0.1 -> v0.1.0
v0.1.0
Teddy Wing
2020-03-22
Update TODO
Teddy Wing
2020-03-22
Add CHANGELOG
Teddy Wing
2020-03-22
Add license headers
Teddy Wing
2020-03-22
Merge branch 'commands-should-be-repeatable'
Teddy Wing
2020-03-22
Update TODO
Teddy Wing
2020-03-22
Add repeat support
Teddy Wing
2020-03-21
Merge branch 'add-no_plugin_maps-support'
Teddy Wing
2020-03-21
Update TODO
Teddy Wing
2020-03-21
Disable ftplugin mappings with `g:no_plugin_maps`
Teddy Wing
2020-03-21
Merge branch 'don,t-save-substitutions-in-search-history'
Teddy Wing
2020-03-21
Update TODO
Teddy Wing
2020-03-21
Don't save search history when running substitution commands
Teddy Wing
2020-03-21
Add documentation for next/previous incomplete mappings
Teddy Wing
2020-03-21
Update TODO
Teddy Wing
2020-03-21
Merge branch 'next-previous-incomplete-mappings'
Teddy Wing
2020-03-21
Add conditions for `[u` `]u` default omaps
Teddy Wing
2020-03-21
Remove `<Plug>TwodoNextIncomplete` `<Plug>TwodoPreviousIncomplete` xmaps
Teddy Wing
2020-03-21
motion.vim/s:Incomplete(): Use `s` search flag to mark
Teddy Wing
2020-03-21
Support counts in both `NextIncomplete()` and `PreviousIncomplete()`
Teddy Wing
2020-03-21
todo#motion#NextIncomplete(): Add count support
Teddy Wing
2020-03-21
Try adding xmaps and omaps for next and previous commands
Teddy Wing
2020-03-15
Add mappings to move to the next and previous to-do
Teddy Wing
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
[next]