]> granicus.if.org Git - vim/commit
patch 8.2.4327: may end up with no current buffer v8.2.4327
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Feb 2022 15:05:20 +0000 (15:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Feb 2022 15:05:20 +0000 (15:05 +0000)
commite3537aec2f8d6470010547af28dcbd83d41461b8
treec82805b886c333b464b8473377bc0548cb3f4e5d
parent51ab7c7d0da08aac796acff22a6c075dac579e76
patch 8.2.4327: may end up with no current buffer

Problem:    May end up with no current buffer.
Solution:   When deleting the current buffer to not pick a quickfix buffer as
            the new current buffer.
src/buffer.c
src/testdir/test_quickfix.vim
src/version.c