diff src/version.c @ 8965:90f7dc794aa0 v7.4.1768

commit https://github.com/vim/vim/commit/d106e5ba7f10f0d2a14eaefe5d78405044416cb9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 21 19:38:07 2016 +0200 patch 7.4.1768 Problem: Arguments of setqflist() are not checked properly. Solution: Add better checks, add a test. (Nikolai Pavlov, Hirohito Higashi, closes https://github.com/vim/vim/issues/661)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Apr 2016 19:45:06 +0200
parents 53e53aeb35ad
children df5f9284fcba
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1768,
+/**/
     1767,
 /**/
     1766,