comparison src/version.c @ 13800:e4dc4ede9ef8 v8.0.1772

patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1 commit https://github.com/vim/vim/commit/29ce409bfca52bb8a07e2975d06fd788458e9861 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 28 21:56:44 2018 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Apr 2018 22:00:06 +0200
parents 415185e2c970
children 378f9f8e6d8f
comparison
equal deleted inserted replaced
13799:1f952efc50ff 13800:e4dc4ede9ef8
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1772,
764 /**/ 766 /**/
765 1771, 767 1771,
766 /**/ 768 /**/
767 1770, 769 1770,
768 /**/ 770 /**/