mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -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,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user