commit | 31eb139b8877439d06db0ca57692dfe35fec3f0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 21:44:03 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 21:44:03 2017 +0100 |
tree | 9ce7f92ecead797bd9e142a6b82f6555428dbfb5 | |
parent | 399c297aa93afe2c0a39e2a1b3f972aebba44c9d [diff] [blame] |
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/version.c b/src/version.c index c1a5186..a6dbe99 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 323, +/**/ 322, /**/ 321,