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
|
: " expr mapping with langmap
|
||||||
:inoremap <expr> { "FAIL_iexplangmap"
|
:inoremap <expr> { "FAIL_iexplangmap"
|
||||||
o+
|
o+
|
||||||
|
:" issue #212 (feedkeys insert mapping at current position)
|
||||||
|
:nnoremap . :call feedkeys(".", "in")<cr>
|
||||||
|
:/^a b
|
||||||
|
0qqdw.ifooqj0@q:unmap .
|
||||||
|
|
||||||
|
|
||||||
:/^test/,$w! test.out
|
:/^test/,$w! test.out
|
||||||
:qa!
|
:qa!
|
||||||
@ -38,3 +43,6 @@ ENDTEST
|
|||||||
|
|
||||||
test starts here:
|
test starts here:
|
||||||
|
|
||||||
|
a b c d
|
||||||
|
a b c d
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
test starts here:
|
test starts here:
|
||||||
|
|
||||||
|
fooc d
|
||||||
|
fooc d
|
||||||
vim
|
vim
|
||||||
TEST2: CTRL-C |<ctrl-c>A|
|
TEST2: CTRL-C |<ctrl-c>A|
|
||||||
|
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
614,
|
||||||
/**/
|
/**/
|
||||||
613,
|
613,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user