]> granicus.if.org Git - vim/commitdiff
patch 8.2.2355: stray test failure on Appveyor v8.2.2355
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Jan 2021 15:45:21 +0000 (16:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Jan 2021 15:45:21 +0000 (16:45 +0100)
Problem:    Stray test failure on Appveyor.
Solution:   Finish insert command.

src/testdir/test_autocmd.vim
src/version.c

index 0d6b414e687553e6bff46c3f9c1d6ee6610dd345..6f8c973d7fc4cc22e60e8dc049f0574e345552ea 100644 (file)
@@ -1639,14 +1639,14 @@ func Test_BufReadCmd()
 endfunc
 
 func SetChangeMarks(start, end)
-  exe a:start. 'mark ['
-  exe a:end. 'mark ]'
+  exe a:start .. 'mark ['
+  exe a:end .. 'mark ]'
 endfunc
 
 " Verify the effects of autocmds on '[ and ']
 func Test_change_mark_in_autocmds()
   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)
   write
index e6113c91b02c42cdf8d9dd7763656491a40241e1..8285df772141c4481ca546e42e809494a729a268 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2355,
 /**/
     2354,
 /**/