aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/todo/autoload
AgeCommit message (Collapse)Author
2020-03-25todo: Rename plugin to 'todo-comments'Teddy Wing
This plugin (specifically the `autoload/todo.vim` file) was colliding with the 'vim-twodo' plugin, which uses the same file name. Rename this plugin to prevent name conflicts.
2020-03-12todo: Add count support to TODO movement commandsTeddy Wing
2020-03-12todo: Move functions to autoloadTeddy Wing