From d7ce7a9ad2d9311f7ec3368eeddec8fce6d8e890 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 3 Feb 2015 16:53:51 +0100 Subject: updated for version 7.4.614 Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt) --- src/testdir/test_mapping.in | 8 ++++++++ src/testdir/test_mapping.ok | 3 +++ src/version.c | 2 ++ 3 files changed, 13 insertions(+) (limited to 'src') diff --git a/src/testdir/test_mapping.in b/src/testdir/test_mapping.in index 7ac578f08..979184394 100644 --- a/src/testdir/test_mapping.in +++ b/src/testdir/test_mapping.in @@ -31,6 +31,11 @@ o+ : " expr mapping with langmap :inoremap { "FAIL_iexplangmap" o+ +:" issue #212 (feedkeys insert mapping at current position) +:nnoremap . :call feedkeys(".", "in") +:/^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 + diff --git a/src/testdir/test_mapping.ok b/src/testdir/test_mapping.ok index bf21e514b..6a88f02de 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 |A| diff --git a/src/version.c b/src/version.c index 2cb8b6e04..efee40de4 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 614, /**/ 613, /**/ -- cgit v1.2.1