]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3112: in rare cases the cursor may be somewhere in a folded line v8.2.3112
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jul 2021 20:03:04 +0000 (22:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jul 2021 20:03:04 +0000 (22:03 +0200)
commit5cb09620c1e0a0178c0dc986230997a8aac0e61a
tree23c5f0089c959c5416fd474f41155ebd357ef3e0
parent404557e6a60389d09bbf91dd0cf3bae11bd623b9
patch 8.2.3112: in rare cases the cursor may be somewhere in a folded line

Problem:    With concealing enabled and indirectly closing a fold the cursor
            may be somewhere in a folded line when it is not on the first line
            of the fold.
Solution:   Check if he cursor is somewhere in the folded text.
src/drawscreen.c
src/version.c