mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Merge pull request #34492 from nenahp/fix-append-cursor
fix: cursor shape don't resume after `:append`
This commit is contained in:
@ -2889,6 +2889,7 @@ void ex_append(exarg_T *eap)
|
||||
}
|
||||
}
|
||||
State = MODE_NORMAL;
|
||||
ui_cursor_shape();
|
||||
|
||||
if (eap->forceit) {
|
||||
curbuf->b_p_ai = !curbuf->b_p_ai;
|
||||
|
Reference in New Issue
Block a user