commit | 3339d3dad93a44eac76c71cfa48c86a20d3dddcc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 17:10:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 17:10:40 2018 +0200 |
tree | 6d9401bf75a02c997e2b836ed93cd04b1ee22afb | |
parent | 1580f755c91d12a3e63d60eec8733f8b79debc31 [diff] [blame] |
patch 8.1.0030: stoping Vim running in a terminal may not work Problem: Stoping Vim running in a terminal may not work. Solution: Instead of sending <Esc> send CTRL-O.
diff --git a/src/version.c b/src/version.c index 70fd603..d13bcfd 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 30, +/**/ 29, /**/ 28,