]> granicus.if.org Git - vim/commit
patch 8.2.3090: in rare cases the cursor may be somewhere in a folded line v8.2.3090
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Jul 2021 16:04:11 +0000 (18:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Jul 2021 16:04:11 +0000 (18:04 +0200)
commit00aaa512d5e775e0db21e251f43d7afb8fca910f
treeba1cc4d4be80845dad887042909e5f673ea07eda
parent20cc52832067d22a3cd47dfb0805251228c32e7d
patch 8.2.3090: 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.
Solution:   Recompute the cursor position when the cursor line can be
            concealed. (closes #8480)
src/drawscreen.c
src/version.c