commit | e41decc892a115335259096c3bc0204dd99b372b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 21:34:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 21:34:59 2020 +0100 |
tree | 45f16ad3fce28d98a5f9f259f16be11c37f0671a | |
parent | 6453cc8078af403956d0e8c1849cf5ec0aae86b2 [diff] [blame] |
patch 8.2.1988: still in Insert mode when opening terminal popup Problem: Still in Insert mode when opening terminal popup with a <Cmd> mapping in Insert mode. Solution: Exit Insert mode. (closes #7295)
diff --git a/src/version.c b/src/version.c index b031e63..502a876 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1988, +/**/ 1987, /**/ 1986,