]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.4.614 v7.4.614
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Feb 2015 15:53:51 +0000 (16:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Feb 2015 15:53:51 +0000 (16:53 +0100)
Problem:    There is no test for what patch 7.4.601 fixes.
Solution:   Add a test. (Christian Brabandt)

src/testdir/test_mapping.in
src/testdir/test_mapping.ok
src/version.c

index 7ac578f086d96c5e5f58dca9bff55baabe8144e0..979184394b42e58b164769d1dd7a4e9e234f6cb5 100644 (file)
@@ -31,6 +31,11 @@ o+\e
 : " expr mapping with langmap
 :inoremap <expr> { "FAIL_iexplangmap"
 o+\e
+:" issue #212 (feedkeys insert mapping at current position)
+:nnoremap . :call feedkeys(".", "in")<cr>
+:/^a b
+0qqdw.ifoo\eqj0@q\e:unmap .
+
 
 :/^test/,$w! test.out
 :qa!
@@ -38,3 +43,6 @@ ENDTEST
 
 test starts here:
 
+a b c d
+a b c d
+
index bf21e514ba29578787b386296369af93e6077f07..6a88f02de6f7e51c3188055ddf69d5eb1838a3c7 100644 (file)
@@ -1,4 +1,7 @@
 test starts here:
+
+fooc d
+fooc d
 vim
 TEST2: CTRL-C |<ctrl-c>A|
 
index 2cb8b6e0401eaadf5c46f07db9d32460d44161bc..efee40de456280c15a4d95268556bce2dc016c6a 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    614,
 /**/
     613,
 /**/