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:
committed by
Bram Moolenaar
parent
4b2c804767
commit
aaec1d4fb1
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3580,
|
||||
/**/
|
||||
3579,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user