diff src/version.c @ 10070:09c7df6f8dd3 v7.4.2306

commit https://github.com/vim/vim/commit/da9ce2cde11ddd0e16cdfbab6d4ac4e8110218e1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 2 19:34:10 2016 +0200 patch 7.4.2306 Problem: Default value for 'langremap' is wrong. Solution: Set the right value. (J?rgen Kr?mer) Add a test.
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Sep 2016 19:45:08 +0200
parents c577c6a2e88b
children c104f09ae2f4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2306,
+/**/
     2305,
 /**/
     2304,