commit | 56150da6879a96db1c84c7ec4ceedeb84969f606 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Dec 09 09:27:06 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 09:27:06 2021 +0000 |
tree | 165896a3fa2c84c3517c8aad24a74ddd50c92f01 | |
parent | a48d4e44a24191f5495e17d7616771c20ae3e3c1 [diff] [blame] |
patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns it Problem: If the quickfix buffer is wiped out getqflist() still returns its number. Solution: Use zero if the buffer is no longer present. (Yegappan Lakshmanan, closes #9306)
diff --git a/src/version.c b/src/version.c index 0864655..a8f2b36 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3762, +/**/ 3761, /**/ 3760,