commit | 441a7a94482f704b66253b8d08130f27b6b13736 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sat Feb 18 20:15:44 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 20:15:44 2023 +0000 |
tree | 8af0a0b94c5a3852758fdd41dbb3a77f8afe2d1a | |
parent | 3e1ac1443af0bce41351b9d917651ac4fe41928d [diff] [blame] |
patch 9.0.1324: "gj" and "gk" do not move correctly over a closed fold 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)
diff --git a/src/version.c b/src/version.c index e6ccb92..8be5a6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1324, +/**/ 1323, /**/ 1322,