summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_mapping.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-02-03 16:53:51 +0100
committerBram Moolenaar <Bram@vim.org>2015-02-03 16:53:51 +0100
commitd7ce7a9ad2d9311f7ec3368eeddec8fce6d8e890 (patch)
treeb82e990014ee00ebdc5687df9fd989eeccd664dd /src/testdir/test_mapping.in
parent70781ee4035b5fd5e3cbb3fe4c7646e19119f0a8 (diff)
updated for version 7.4.614v7.4.614
Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test_mapping.in')
-rw-r--r--src/testdir/test_mapping.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testdir/test_mapping.in b/src/testdir/test_mapping.in
index 7ac578f086..979184394b 100644
--- 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
+