commit | bb4b93ed85726c3921596ca267f531c8c94d819a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 21:35:08 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 21:35:08 2021 +0100 |
tree | 6051a56c41cb1482ff005812e6f07187193be6cf | |
parent | ce0370d9e67df80c62ff033aa8ca2dbe86841de9 [diff] [blame] |
patch 8.2.2413: crash when using :all while using a cmdline window Problem: Crash when using :all while using a cmdline window. (Zdenek Dohnal) Solution: Disallow :all from the cmdline window.
diff --git a/src/version.c b/src/version.c index 9a67633..c95b106 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2413, +/**/ 2412, /**/ 2411,