blob: e2548af8e874f1ab394605959c9a5c5cc051116b (
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
27
28
29
30
31
32
33
34
35
36
37
38
|
CHANGELOG
=========
v0.2.0 (2021-10-15):
Additions:
* Add `]o` and [o` mappings to move to the next and previous regular
priority to-do.
* Add `]y` and [y` mappings to move to the next and previous high
priority to-do.
Fixes:
* Correct a rendering issue in the documentation due to concealed syntax.
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\:*:
|