summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-12-09 09:27:06 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-09 09:27:06 +0000
commit56150da6879a96db1c84c7ec4ceedeb84969f606 (patch)
tree165896a3fa2c84c3517c8aad24a74ddd50c92f01 /src/version.c
parenta48d4e44a24191f5495e17d7616771c20ae3e3c1 (diff)
patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns itv8.2.3762
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 086465526b..a8f2b36a14 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3762,
+/**/
3761,
/**/
3760,