diff src/version.c @ 7625:b4384c581806 v7.4.1112

commit https://github.com/vim/vim/commit/2db5c3b3ceeaded7fb5a64dc5cb22b0cb95b78a1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 22:49:34 2016 +0100 patch 7.4.1112 Problem: When using ":next" with an illegal file name no error is reported. Solution: Give an error message.
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 23:00:05 +0100
parents 2720952e9acb
children d9ec7d22494d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1112,
+/**/
     1111,
 /**/
     1110,