From: Bram Moolenaar Date: Thu, 9 Feb 2017 20:44:03 +0000 (+0100) Subject: patch 8.0.0323: one second pause when running cmdline test X-Git-Tag: v8.0.0323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31eb139b8877439d06db0ca57692dfe35fec3f0c;p=vim patch 8.0.0323: one second pause when running cmdline test Problem: When running the command line tests there is a one second wait. Solution: Change an Esc to Ctrl-C. (Yegappan Lakshmanan) --- diff --git a/src/testdir/test_cmdline.vim b/src/testdir/test_cmdline.vim index 0a5c91009..b2beb689b 100644 --- a/src/testdir/test_cmdline.vim +++ b/src/testdir/test_cmdline.vim @@ -353,7 +353,7 @@ func Test_getcmdtype() call feedkeys("?MyCmd a\=Check_cmdline('?')\\", "xt") call feedkeys(":call input('Answer?')\", "t") - call feedkeys("MyCmd a\=Check_cmdline('@')\\", "xt") + call feedkeys("MyCmd a\=Check_cmdline('@')\\", "xt") call feedkeys(":insert\MyCmd a\=Check_cmdline('-')\\", "xt") diff --git a/src/version.c b/src/version.c index c1a5186ba..a6dbe9946 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 323, /**/ 322, /**/