]> granicus.if.org Git - vim/commitdiff
patch 7.4.1152 v7.4.1152
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2016 22:53:06 +0000 (23:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Jan 2016 22:53:06 +0000 (23:53 +0100)
Problem:    Langmap test fails with normal build.
Solution:   Check for +langmap feature.

src/testdir/test_langmap.vim
src/version.c

index 066c3bf2bda2ca55b4efe317a79d5facbd80a7f2..572fad78ba75d678d132e238fe1b4e508b6e7d6f 100644 (file)
@@ -1,5 +1,9 @@
 " tests for 'langmap'
 
+if !has('langmap')
+  finish
+endif
+
 func Test_langmap()
   new
   set langmap=}l,^x,%v
index 83540a49cbc361f4c37b0a08e7e692dfeb686bad..34cfad4dfea6144687eade1de10969e6f3a6e834 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1152,
 /**/
     1151,
 /**/