changeset 6575:a7e485b683d8 v7.4.614

updated for version 7.4.614 Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 16:53:51 +0100
parents afaed921812b
children 2528980526f9
files src/testdir/test_mapping.in src/testdir/test_mapping.ok src/version.c
diffstat 3 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_mapping.in
+++ b/src/testdir/test_mapping.in
@@ -31,6 +31,11 @@ o+
 : " expr mapping with langmap
 :inoremap <expr> { "FAIL_iexplangmap"
 o+
+:" issue #212 (feedkeys insert mapping at current position)
+:nnoremap . :call feedkeys(".", "in")<cr>
+:/^a b
+0qqdw.ifooqj0@q:unmap .
+
 
 :/^test/,$w! test.out
 :qa!
@@ -38,3 +43,6 @@ ENDTEST
 
 test starts here:
 
+a b c d
+a b c d
+
--- a/src/testdir/test_mapping.ok
+++ b/src/testdir/test_mapping.ok
@@ -1,4 +1,7 @@
 test starts here:
+
+fooc d
+fooc d
 vim
 TEST2: CTRL-C |<ctrl-c>A|
 
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    614,
+/**/
     613,
 /**/
     612,