Merge pull request #34492 from nenahp/fix-append-cursor

fix: cursor shape don't resume after `:append`
This commit is contained in:
zeertzjq
2025-06-18 06:59:05 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,11 @@ describe('ui mode_change event', function()
]],
mode = 'normal',
}
n.feed(':append<cr>')
screen:expect({ mode = 'cmdline_normal' })
n.feed('<esc>')
screen:expect({ mode = 'normal' })
end)
-- oldtest: Test_mouse_shape_after_failed_change()