summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorLuuk van Baal <luukvbaal@gmail.com>2023-02-18 20:15:44 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-18 20:15:44 +0000
commit441a7a94482f704b66253b8d08130f27b6b13736 (patch)
tree8af0a0b94c5a3852758fdd41dbb3a77f8afe2d1a /src/version.c
parent3e1ac1443af0bce41351b9d917651ac4fe41928d (diff)
patch 9.0.1324: "gj" and "gk" do not move correctly over a closed foldv9.0.1324
Problem: "gj" and "gk" do not move correctly over a closed fold. Solution: Use the same code as used for "j"/"k" to go to the next/previous line. (Luuk van Baal, closes #12007)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e6ccb9242e..8be5a6e648 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1324,
+/**/
1323,
/**/
1322,