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