vim-patch:7.4.2346

Problem:    Autocommand test fails when run directly, passes when run as
            part of test_alot.
Solution:   Add command to make the cursor move.  Close a tab page.
This commit is contained in:
Justin M. Keyes 2017-03-21 10:19:01 +01:00
parent 6a8bad0308
commit 4c18670e91
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ if has('timers')
endfunc
func Test_cursorhold_insert()
" Need to move the cursor.
call feedkeys("ggG", "xt")
let g:triggered = 0
au CursorHoldI * let g:triggered += 1
set updatetime=20

View File

@ -95,7 +95,7 @@ static int included_patches[] = {
// 2349,
2348,
2347,
// 2346,
2346,
// 2345 NA
// 2344 NA
// 2343,