aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/todo.vim
AgeCommit message (Collapse)Author
2020-03-21Don't save search history when running substitution commandsTeddy Wing
Our substitution commands would save the search pattern into search history, intervening with user search history. Use the `keeppatterns` command to prevent this.
2016-06-03Add Escalate mappingTeddy Wing
Define the `todo#Escalate()` function which does the opposite of `todo#Descalate()` and add a mapping to invoke the function.
2016-06-03autoload/todo.vim: Descalate functionTeddy Wing
A function that descalates the priority of the TODO on the current line.