commit | 9b7cce28d568f0622d77c6c9878c2d4770c3b164 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 15:14:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 15:14:08 2020 +0200 |
tree | e2b44d4a5a64fbeadefebbe8412f88df5ac2639b | |
parent | 87fda407f8ecf947ba6ce72ac21f69ff04d909cd [diff] [blame] |
patch 8.2.0911: crash when opening a buffer for the cmdline window fails Problem: Crash when opening a buffer for the cmdline window fails. (Chris Barber) Solution: Check do_ecmd() succeeds. Reset got_int if "q" was used at the more prompt. (closes #6211)
diff --git a/src/version.c b/src/version.c index f815969..f724445 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 911, +/**/ 910, /**/ 909,