summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-06-28 21:26:27 +0200
committerBram Moolenaar <Bram@vim.org>2017-06-28 21:26:27 +0200
commit86f100dc0922e83bead7bcd5fd2bb2abbf153f46 (patch)
tree2d00b6024df7c7d45317f69bd80703e2e7c554e7 /src/version.c
parent9f5f7bf4d5f757ef885acf74ce03c25429a328aa (diff)
downloadvim-git-86f100dc0922e83bead7bcd5fd2bb2abbf153f46.tar.gz
patch 8.0.0687: minor issues related to quickfixv8.0.0687
Problem: Minor issues related to quickfix. Solution: Set the proper return status for all cases in setqflist() and at test cases for this. Move the "adding" flag outside of FEAT_WINDOWS. Minor update to the setqflist() help text. (Yegappan Lakshmanan)
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 e659f8cfa..9f2515d56 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 687,
+/**/
686,
/**/
685,