commit | 29ce409bfca52bb8a07e2975d06fd788458e9861 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 21:56:44 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 21:56:44 2018 +0200 |
tree | 60b8bab97f270f15933d0aebf6e9bd004acb577a | |
parent | 50182fa84e20a0547f3e2bd6683ef799fcd27855 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c7637a3..40b5815 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1772, +/**/ 1771, /**/ 1770,