commit | 62cf09b5dcb9a04b8e4f5e6cf3b14a787758e1a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 19:44:09 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 19:44:09 2017 +0200 |
tree | ff73a42ba45d55a7e12669d949b2fe9859529b04 | |
parent | 60402d68da09997cacdeec71fd22c9344f8f40d5 [diff] [blame] |
patch 8.0.0569: bracketed paste is still enabled in a shell command Problem: Bracketed paste is still enabled when executing a shell command. (Michael Smith) Solution: Disable brackted paste when going into cooked mode. (closes #1638)
diff --git a/src/version.c b/src/version.c index b9790d4..a9327b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 569, +/**/ 568, /**/ 567,