Age | Commit message (Collapse) | Author |
|
Add a license header to each source file, along with the appropriate
copyright years.
|
|
Commands should be able to be repeated. Makes it easier to mark several
to-dos complete in a row, for example.
|
|
Our substitution commands would save the search pattern into search
history, intervening with user search history. Use the `keeppatterns`
command to prevent this.
|
|
Define the `todo#Escalate()` function which does the opposite of
`todo#Descalate()` and add a mapping to invoke the function.
|
|
A function that descalates the priority of the TODO on the current line.
|