From 29ce409bfca52bb8a07e2975d06fd788458e9861 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 28 Apr 2018 21:56:44 +0200 Subject: patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1 Problem: Quickfix: mixup of FALSE and FAIL, returning -1. Solution: Use FAIL and INVALID_QFIDX. (Yegappan Lakshmanan) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index c7637a3fa..40b5815b1 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1772, /**/ 1771, /**/ -- cgit v1.2.1