commit | a40c0bcc83c32da02869f59b10538d6327df61c5 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat May 27 14:10:08 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 27 14:10:08 2023 +0100 |
tree | 324d7b8cf77e91910d71ae804b335a12dd0400ae | |
parent | a1d5f9f33c68d06475406d6f44d307d5e01adc01 [diff] [blame] |
patch 9.0.1582: :stopinsert may not work in a popup close handler Problem: :stopinsert may not work in a popup close handler. (Ben Jackson) Solution: Restore stop_insert_mode when appropriate. (closes #12452, closes #12434)
diff --git a/src/version.c b/src/version.c index 330914d..7138fee 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1582, +/**/ 1581, /**/ 1580,