updated for version 7.4.614
Problem: There is no test for what patch 7.4.601 fixes.
Solution: Add a test. (Christian Brabandt)
diff --git a/src/testdir/test_mapping.in b/src/testdir/test_mapping.in
index 7ac578f..9791843 100644
--- a/src/testdir/test_mapping.in
+++ b/src/testdir/test_mapping.in
@@ -31,6 +31,11 @@
: " 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 @@
test starts here:
+a b c d
+a b c d
+
diff --git a/src/testdir/test_mapping.ok b/src/testdir/test_mapping.ok
index bf21e51..6a88f02 100644
--- 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|
diff --git a/src/version.c b/src/version.c
index 2cb8b6e..efee40d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 614,
+/**/
613,
/**/
612,