]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1758: count of g$ not used correctly when text is not wrapped v8.1.1758
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Jul 2019 16:44:57 +0000 (18:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Jul 2019 16:44:57 +0000 (18:44 +0200)
commitd5c8234517c18fa059b78f59eb96c35eda323dae
treeabd953fac030f67c31a0b4b9cfcc01db6156a89a
parent298466629119eda501cfdf7824797f05045e67ca
patch 8.1.1758: count of g$ not used correctly when text is not wrapped

Problem:    Count of g$ not used correctly when text is not wrapped.
Solution:   Do use the count. (Christian Brabandt, closes #4729, closes #4566)
src/normal.c
src/testdir/test_normal.vim
src/version.c