commit | acb9effecc9f54b93398a44cc0ec40e77978e094 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 04 19:11:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 04 19:11:11 2018 +0200 |
tree | cce6a4b7cd0230e9ed6d56c36307418bb39d4246 | |
parent | 6b810d92a9cd9378ab46ea0db07079cb789f9faa [diff] [blame] |
patch 8.1.0033: keys to stop Vim in terminal are wrong Problem: Keys to stop Vim in terminal are wrong. (Marius Gedminas) Solution: Move ":" to before CTRL-U.
diff --git a/src/version.c b/src/version.c index a0aaf86..52269e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 33, +/**/ 32, /**/ 31,