Age | Commit message (Collapse) | Author |
|
Our substitution commands would save the search pattern into search
history, intervening with user search history. Use the `keeppatterns`
command to prevent this.
|
|
Learned that `search()` accepts an `s` flag to mark the previous cursor
location, so figured we should take advantage of that and remove the
manual mark line.
|
|
|
|
|
|
`[u` and `]u` for "unfinished".
|
|
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.
|