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

@ -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;