forked from aniani/vim
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:
parent
70781ee403
commit
d7ce7a9ad2
@ -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
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
test starts here:
|
||||
|
||||
fooc d
|
||||
fooc d
|
||||
vim
|
||||
TEST2: CTRL-C |<ctrl-c>A|
|
||||
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
614,
|
||||
/**/
|
||||
613,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user