1
0
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:
Bram Moolenaar 2015-02-03 16:53:51 +01:00
parent 70781ee403
commit d7ce7a9ad2
3 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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|

View File

@ -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,
/**/ /**/