diff options
| author | Teddy Wing | 2015-11-23 23:39:17 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-11-23 23:39:17 -0500 |
| commit | ffa7c57008a7ff501de0bd61d1c8e4b9ad23e28f (patch) | |
| tree | 354bde16ac3ca804b8877b13e8c73ebd011dacae /CHANGELOG | |
| parent | 60dd7674aa2508160728896c80438149ca6b7139 (diff) | |
| download | auditory.vim-ffa7c57008a7ff501de0bd61d1c8e4b9ad23e28f.tar.bz2 | |
Fix normal mode `G` mapping
Pressing `G` would bring the cursor to the first line in the buffer
instead of the last line in the buffer because the count in the mapping
was always `v:count1`. This meant that the `G` mapping behaved like `1G`
when no count was specified.
This change fixes the `G` mapping to use `v:count` so that it goes to
the last line in the buffer as expected.
We also add support for arbitrary mappings to choose whether they want
to be `v:count` or `v:count1` depending on what value is specified in
the mapping dict.
Diffstat (limited to 'CHANGELOG')
0 files changed, 0 insertions, 0 deletions
