commit | 0f6e28f686dbb59ab3b562408ab9b2234797b9b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 20 20:49:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 20 20:49:35 2022 +0000 |
tree | 38ebe0450e05aa92515b1025337ab2a402b54ca8 | |
parent | 944697ae19683441981539cd4d2469df89d6ec82 [diff] [blame] |
patch 8.2.4428: crash when switching tabpage while in the cmdline window Problem: Crash when switching tabpage while in the cmdline window. Solution: Disallow switching tabpage when in the cmdline window.
diff --git a/src/version.c b/src/version.c index c5f5c22..777476d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4428, +/**/ 4427, /**/ 4426,