aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-22Increase version v0.1.0 -> v0.1.1v0.1.1Teddy Wing
2020-03-22ftplugin/todo.vim: Fix default mapping guardsTeddy Wing
2020-03-22Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2020-03-22Update TODOTeddy Wing
2020-03-22Add CHANGELOGTeddy Wing
2020-03-22Add license headersTeddy Wing
2020-03-22Merge branch 'commands-should-be-repeatable'Teddy Wing
2020-03-22Update TODOTeddy Wing
2020-03-22Add repeat supportTeddy Wing
2020-03-21Merge branch 'add-no_plugin_maps-support'Teddy Wing
2020-03-21Update TODOTeddy Wing
2020-03-21Disable ftplugin mappings with `g:no_plugin_maps`Teddy Wing
2020-03-21Merge branch 'don,t-save-substitutions-in-search-history'Teddy Wing
2020-03-21Update TODOTeddy Wing
2020-03-21Don't save search history when running substitution commandsTeddy Wing
2020-03-21Add documentation for next/previous incomplete mappingsTeddy Wing
2020-03-21Update TODOTeddy Wing
2020-03-21Merge branch 'next-previous-incomplete-mappings'Teddy Wing
2020-03-21Add conditions for `[u` `]u` default omapsTeddy Wing
2020-03-21Remove `<Plug>TwodoNextIncomplete` `<Plug>TwodoPreviousIncomplete` xmapsTeddy Wing
2020-03-21motion.vim/s:Incomplete(): Use `s` search flag to markTeddy Wing
2020-03-21Support counts in both `NextIncomplete()` and `PreviousIncomplete()`Teddy Wing
2020-03-21todo#motion#NextIncomplete(): Add count supportTeddy Wing
2020-03-21Try adding xmaps and omaps for next and previous commandsTeddy Wing
2020-03-15Add mappings to move to the next and previous to-doTeddy Wing
2016-10-17Add Vim helpv0.0.1Teddy Wing
2016-10-17Add README and licenseTeddy Wing
2016-06-03TODO: Mark escalate/descalate task completedTeddy Wing
2016-06-03Add Escalate mappingTeddy Wing
2016-06-03ftplugin/todo.vim: Add Descalate mappingsTeddy Wing
2016-06-03Add Resources.txtTeddy Wing
2016-06-03autoload/todo.vim: Descalate functionTeddy Wing
2016-06-03TODO: Add entry for using counts in mappingsTeddy Wing
2016-06-03TODO: Add entry for priority escalation/descalation mappingsTeddy Wing
2016-06-03TODO: Possible highlight colour for unimportantTeddy Wing
2016-06-03TODO: Add entry to differentiate unimportant and completed/deletedTeddy Wing
2016-04-28TODO: Mark multiple task type for action task completedTeddy Wing
2016-04-28Allow any action on any TODO typeTeddy Wing
2016-04-28Add TODOTeddy Wing
2016-04-26Highlight deleted TODOsTeddy Wing
2016-04-21Highlight completed tasks as `Ignore`Teddy Wing
2016-04-20Add a highlight category for unimportant tasksTeddy Wing
2016-04-20Highlight important tasksTeddy Wing
2016-04-19ftdetect/todo.vim: Don't remove partially completed todos with <leader>RTeddy Wing
2016-04-05ftplugin: Use :nohlsearch in mappingsTeddy Wing
2016-04-05Add ftplugin with mappingsTeddy Wing
2016-04-05syntax/todo.vim: Highlight TODOs that start with whitespaceTeddy Wing
2016-04-05syntax/todo.vim: Remove old highlight codeTeddy Wing
2016-04-05Add syntax fileTeddy Wing
2016-04-05Add ftdetectTeddy Wing