Skip to content

Commit 23ded66

Browse files
committed
updated for version 7.4.614
Problem: There is no test for what patch 7.4.601 fixes. Solution: Add a test. (Christian Brabandt)
1 parent c684195 commit 23ded66

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

src/testdir/test_mapping.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,18 @@ o+
3131
: " expr mapping with langmap
3232
:inoremap <expr> { "FAIL_iexplangmap"
3333
o+
34+
:" issue #212 (feedkeys insert mapping at current position)
35+
:nnoremap . :call feedkeys(".", "in")<cr>
36+
:/^a b
37+
0qqdw.ifooqj0@q:unmap .
38+
3439

3540
:/^test/,$w! test.out
3641
:qa!
3742
ENDTEST
3843

3944
test starts here:
4045

46+
a b c d
47+
a b c d
48+

src/testdir/test_mapping.ok

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
test starts here:
2+
3+
fooc d
4+
fooc d
25
vim
36
TEST2: CTRL-C |<ctrl-c>A|
47

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
614,
744746
/**/
745747
613,
746748
/**/

0 commit comments

Comments
 (0)