]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3580: gj does not move properly with a wide character v8.2.3580
authorChristian Brabandt <cb@256bit.org>
Thu, 4 Nov 2021 13:28:29 +0000 (13:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 4 Nov 2021 13:28:29 +0000 (13:28 +0000)
commitaaec1d4fb12efb82b87ad322e95994de77b1a833
tree6899cf9b5a4bcfef0fc6092b9a8bd5f7214f38f6
parent4b2c8047679b737dcb0cd15c313ee51553aed617
patch 8.2.3580: gj does not move properly with a wide character

Problem:    gj does not move properly with a wide character.
Solution:   Move one to the right. (Christian Brabandt, closes #8702)
src/normal.c
src/testdir/test_normal.vim
src/version.c