updated for version 7.4.614

Problem:    There is no test for what patch 7.4.601 fixes.
Solution:   Add a test. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2015-02-03 13:53:51 +01:00
committed by Douglas Drumond
parent a93d2f8d83
commit e2adb7b1cd
3 changed files with 13 additions and 0 deletions
+8
View File
@@ -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
+3
View File
@@ -1,4 +1,7 @@
test starts here:
fooc d
fooc d
vim
TEST2: CTRL-C |<ctrl-c>A|
+2
View File
@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
614,
/**/
613,
/**/