blob: cccc55c6de2b18487d1a3209622810235cfb015b (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 | CHANGELOG
=========
v0.1.1 (2020-03-21):
	Fixes:
	* Prevent default mappings from overwriting existing mappings in certain
	  cases.
v0.1.0 (2020-03-21):
	Additions:
	* Add `]u` and `[u` mappings to move to the next and previous unfinished
	  to-do.
	* Allow ftplugin mappings to be disabled by setting `g:no_plugin_maps` or
	  `g:no_todo_maps`.
	* Commands now support dot-repeat via repeat.vim.
	Fixes:
	* Don't modify the search history when running commands.
v0.0.1 (2016-10-17):
	First public release.
 vim:tw=80:comments+=fb\:*:
 |