commit | 1b73edd9ee40aec400f3611f59823cec5fd1c489 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 11:51:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 03 11:51:54 2022 +0000 |
tree | 055429e63a64891487e5563f8df66581996e4112 | |
parent | 8ffb7e051da74afef7264e1f25a7142f15aa1f60 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 682beb0..da9b03a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 998, +/**/ 997, /**/ 996,