summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-28 21:56:44 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-28 21:56:44 +0200
commit29ce409bfca52bb8a07e2975d06fd788458e9861 (patch)
tree60b8bab97f270f15933d0aebf6e9bd004acb577a /src/version.c
parent50182fa84e20a0547f3e2bd6683ef799fcd27855 (diff)
downloadvim-git-8.0.1772.tar.gz
patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1v8.0.1772
Problem: Quickfix: mixup of FALSE and FAIL, returning -1. Solution: Use FAIL and INVALID_QFIDX. (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 c7637a3fa..40b5815b1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1772,
+/**/
1771,
/**/
1770,