]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0911: crash when opening a buffer for the cmdline window fails v8.2.0911
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Jun 2020 13:14:08 +0000 (15:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Jun 2020 13:14:08 +0000 (15:14 +0200)
commit9b7cce28d568f0622d77c6c9878c2d4770c3b164
treee2b44d4a5a64fbeadefebbe8412f88df5ac2639b
parent87fda407f8ecf947ba6ce72ac21f69ff04d909cd
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)
src/ex_getln.c
src/testdir/dumps/Test_cmdwin_interrupted.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c