1
0
forked from aniani/vim

patch 8.2.2355: stray test failure on Appveyor

Problem:    Stray test failure on Appveyor.
Solution:   Finish insert command.
This commit is contained in:
Bram Moolenaar
2021-01-15 16:45:21 +01:00
parent 797e63b9f2
commit 97c6943e11
2 changed files with 5 additions and 3 deletions

View File

@@ -1639,14 +1639,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

View File

@@ -750,6 +750,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 */
/**/
2355,
/**/ /**/
2354, 2354,
/**/ /**/