diff src/version.c @ 7549:b80fb2cfd62b v7.4.1075

commit https://github.com/vim/vim/commit/05fe017c1ac0503b706dad695097572fde01ab0b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 13:54:48 2016 +0100 patch 7.4.1075 Problem: Crash when using an invalid command. Solution: Fix generating the error message. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 14:00:04 +0100
parents 567e027a3ea1
children f624d7671e0c
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 */
 /**/
+    1075,
+/**/
     1074,
 /**/
     1073,