mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
vim-patch:8.2.2355: stray test failure on Appveyor
Problem: Stray test failure on Appveyor.
Solution: Finish insert command.
97c6943e11
This commit is contained in:
@@ -1110,14 +1110,14 @@ func Test_BufReadCmd()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func SetChangeMarks(start, end)
|
func SetChangeMarks(start, end)
|
||||||
exe a:start. 'mark ['
|
exe a:start .. 'mark ['
|
||||||
exe a:end. 'mark ]'
|
exe a:end .. 'mark ]'
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Verify the effects of autocmds on '[ and ']
|
" Verify the effects of autocmds on '[ and ']
|
||||||
func Test_change_mark_in_autocmds()
|
func Test_change_mark_in_autocmds()
|
||||||
edit! Xtest
|
edit! Xtest
|
||||||
call feedkeys("ia\<CR>b\<CR>c\<CR>d\<C-g>u", 'xtn')
|
call feedkeys("ia\<CR>b\<CR>c\<CR>d\<C-g>u\<Esc>", 'xtn')
|
||||||
|
|
||||||
call SetChangeMarks(2, 3)
|
call SetChangeMarks(2, 3)
|
||||||
write
|
write
|
||||||
|
Reference in New Issue
Block a user