commit | 8ce4b7ed85a7c6499bea5eb1312c85ee7a00e364 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 18:12:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 18:12:18 2020 +0200 |
tree | 5c531adcb869614cd6ed9d7e26fb4c7a9f198275 | |
parent | 9470a4d88acf948af1596101527b3a505f8c14e9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e6b8a89..98e4080 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1384, +/**/ 1383, /**/ 1382,