aboutsummaryrefslogtreecommitdiffstats
path: root/autoload/todo
AgeCommit message (Collapse)Author
2020-03-21motion.vim/s:Incomplete(): Use `s` search flag to markTeddy Wing
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.
2020-03-21Support counts in both `NextIncomplete()` and `PreviousIncomplete()`Teddy Wing
2020-03-21todo#motion#NextIncomplete(): Add count supportTeddy Wing
2020-03-15Add mappings to move to the next and previous to-doTeddy Wing
`[u` and `]u` for "unfinished".