commit | 6b810d92a9cd9378ab46ea0db07079cb789f9faa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 04 17:28:44 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 04 17:28:44 2018 +0200 |
tree | 3d1f644261263fa755234cdab14a717c2647ca12 | |
parent | c8523e2e6cd072d86a9412f465aa9eef53f5675e [diff] [blame] |
patch 8.1.0032: BS in prompt buffer starts new line Problem: BS in prompt buffer starts new line. Solution: Do not allows BS over the prompt. Make term_sendkeys() handle special keys. Add a test.
diff --git a/src/version.c b/src/version.c index 846ac70..a0aaf86 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 32, +/**/ 31, /**/ 30,