mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
6a8bad0308
commit
4c18670e91
@ -23,6 +23,9 @@ if has('timers')
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_cursorhold_insert()
|
func Test_cursorhold_insert()
|
||||||
|
" Need to move the cursor.
|
||||||
|
call feedkeys("ggG", "xt")
|
||||||
|
|
||||||
let g:triggered = 0
|
let g:triggered = 0
|
||||||
au CursorHoldI * let g:triggered += 1
|
au CursorHoldI * let g:triggered += 1
|
||||||
set updatetime=20
|
set updatetime=20
|
||||||
|
@ -95,7 +95,7 @@ static int included_patches[] = {
|
|||||||
// 2349,
|
// 2349,
|
||||||
2348,
|
2348,
|
||||||
2347,
|
2347,
|
||||||
// 2346,
|
2346,
|
||||||
// 2345 NA
|
// 2345 NA
|
||||||
// 2344 NA
|
// 2344 NA
|
||||||
// 2343,
|
// 2343,
|
||||||
|
Loading…
Reference in New Issue
Block a user