]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0940: Wrong cursor shape with "gq" and 'indentexpr' executes :normal v9.1.0940
authorzeertzjq <zeertzjq@outlook.com>
Tue, 17 Dec 2024 19:26:45 +0000 (20:26 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 17 Dec 2024 19:26:45 +0000 (20:26 +0100)
commit6c3027744e71937b24829135ba072090d7d52bc3
tree16c492fafd5c2d8dfd9db3622c5a2446d8618fbe
parent9c3330de283b6ffd9ce033b665585f18cf0b972a
patch 9.1.0940: Wrong cursor shape with "gq" and 'indentexpr' executes :normal

Problem:  Wrong cursor shape with "gq" and 'indentexpr' executes :normal
Solution: Update cursor and mouse shape after restoring old_State.
          (zeertzjq)

closes: #16241

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Solution: Update cursor and mouse shape after restoring old_State.
src/testdir/test_indent.vim
src/textformat.c
src/version.c