blob: 3a8f50aa4b9d250dc97bc19f2552fbf1a17795e5 (
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
|
CHANGELOG
=========
v0.3.0 (2020-09-29):
* Fix bug with `o_G` where `>17G` caused lines .,17 to be indented 17 times
* Make all mappings `<expr>` mappings
* Remove the `<Plug>Grappele` mapping
* Remove variadic arguments from `grappele#Grappele()` and make it an
`<expr>` function
* Remove `mode` argument from `grappele#Recall()` and make it an `<expr>`
function
v0.2.0 (2020-09-21):
* Add visual and operator-pending mode mappings for `G`
v0.1.0 (2018-12-13):
* Relicense under the GNU GPLv3+
* Add visual and operator-pending mode mappings
v0.0.5 (2017-12-20):
* If no location has been saved yet, `gG` no longer produces an error
v0.0.4 (2017-07-09):
* Don't save location when using `G` without a count
v0.0.3 (2016-06-17):
* Push `G` movements to the jumplist
v0.0.2 (2015-09-16):
* Make `G` command `<silent>`
v0.0.1 (2015-09-14):
* Initial release
* Custom `G` command that stores the most recent count passed to it
* `gG` command that does `G` with the most recent `G` count
vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
|