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
+