diff src/version.c @ 7778:4e09a38129a3 v7.4.1186

commit https://github.com/vim/vim/commit/4a1314cb9c1847dc32ceeb3eebeae123ef10b16e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 27 20:47:18 2016 +0100 patch 7.4.1186 Problem: Error messages for security context are hard to translate. Solution: Use one string with %s. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Jan 2016 21:00:05 +0100
parents d30f4f9b1024
children e09af43f98f7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1186,
+/**/
     1185,
 /**/
     1184,