0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2017-02-09 21:44:03 +01:00
parent 399c297aa9
commit 31eb139b88
2 changed files with 3 additions and 1 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
323,
/**/
322,
/**/