]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2711: "gj" in a closed fold does not move out of the fold v8.2.2711
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Apr 2021 19:26:04 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Apr 2021 19:26:04 +0000 (21:26 +0200)
commit3c49e74e18993915a779cafe4af3749b39fd3e2a
treeed92fcba3a6a0f10b56c45ce54022d3dd8d9f3ee
parent90193e6140e5e7f1945e3e144a95697b0e16237a
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)
src/normal.c
src/testdir/test_fold.vim
src/version.c