]> granicus.if.org Git - vim/commitdiff
patch 8.0.0323: one second pause when running cmdline test v8.0.0323
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 20:44:03 +0000 (21:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 20:44:03 +0000 (21:44 +0100)
Problem:    When running the command line tests there is a one second wait.
Solution:   Change an Esc to Ctrl-C. (Yegappan Lakshmanan)

src/testdir/test_cmdline.vim
src/version.c

index 0a5c91009ca8afa3775bb1332daf85bbc7e36fd3..b2beb689b188e1ef60da36163ad7b3f8e3e519d4 100644 (file)
@@ -353,7 +353,7 @@ func Test_getcmdtype()
   call feedkeys("?MyCmd a\<C-R>=Check_cmdline('?')\<CR>\<Esc>", "xt")
 
   call feedkeys(":call input('Answer?')\<CR>", "t")
-  call feedkeys("MyCmd a\<C-R>=Check_cmdline('@')\<CR>\<Esc>", "xt")
+  call feedkeys("MyCmd a\<C-R>=Check_cmdline('@')\<CR>\<C-C>", "xt")
 
   call feedkeys(":insert\<CR>MyCmd a\<C-R>=Check_cmdline('-')\<CR>\<Esc>", "xt")
 
index c1a5186bac360a070d610da9311d1955e0c0aeba..a6dbe99462f8c8fe5b49f8c707b470e71cdb9f37 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    323,
 /**/
     322,
 /**/