]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file v8.2.1384
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Aug 2020 16:12:18 +0000 (18:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Aug 2020 16:12:18 +0000 (18:12 +0200)
commit8ce4b7ed85a7c6499bea5eb1312c85ee7a00e364
tree5c531adcb869614cd6ed9d7e26fb4c7a9f198275
parent9470a4d88acf948af1596101527b3a505f8c14e9
patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file

Problem:    No ATTENTION prompt for :vimgrep first match file.
Solution:   When there is an existing swap file do not keep the dummy buffer.
            (closes #6649)
src/quickfix.c
src/testdir/runtest.vim
src/testdir/test_quickfix.vim
src/version.c