1
0
forked from aniani/vim

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)
This commit is contained in:
Christian Brabandt
2021-11-04 13:28:29 +00:00
committed by Bram Moolenaar
parent 4b2c804767
commit aaec1d4fb1
3 changed files with 22 additions and 1 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3580,
/**/
3579,
/**/