diff src/version.c @ 5883:3c35ca9666e8 v7.4.284

updated for version 7.4.284 Problem: Setting 'langmap' in the modeline can cause trouble. E.g. mapping ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) Solution: Disallow setting 'langmap' from the modeline.
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 12:17:15 +0200
parents aa99d04fa7e2
children 5cb1828fd005
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    284,
+/**/
     283,
 /**/
     282,