commit | 3c49e74e18993915a779cafe4af3749b39fd3e2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 21:26:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 21:26:04 2021 +0200 |
tree | ed92fcba3a6a0f10b56c45ce54022d3dd8d9f3ee | |
parent | 90193e6140e5e7f1945e3e144a95697b0e16237a [diff] [blame] |
patch 8.2.2711: "gj" in a closed fold does not move out of the fold Problem: "gj" in a closed fold does not move out of the fold. (Marco Hinz) Solution: Add a check for being in a closed fold. (closes #8062)
diff --git a/src/version.c b/src/version.c index db31f88..c9632c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2711, +/**/ 2710, /**/ 2709,