1
0
forked from aniani/vim

patch 9.0.0998: "gk" may reset skipcol when not needed

Problem:    "gk" may reset skipcol when not needed.
Solution:   Only reset skipcol if the cursor column is less.
This commit is contained in:
Bram Moolenaar
2022-12-03 11:51:54 +00:00
parent 8ffb7e051d
commit 1b73edd9ee
3 changed files with 44 additions and 9 deletions

View File

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