commit | ec2da36ca48b40c0654b32a8d2c9f52e796daa5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 20:04:22 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 20:04:22 2017 +0100 |
tree | f6dab5f51ef8f54af0f45fa5b79129638f3c2737 | |
parent | 41baa7983aa81b0343b053e6a672cf8224a10245 [diff] [blame] |
patch 8.0.0210: no support for bracketed paste Problem: Vim does not support bracketed paste, as implemented by xterm and other terminals. Solution: Add t_BE, t_BD, t_PS and t_PE.
diff --git a/src/version.c b/src/version.c index e74aa5f..927825c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 210, +/**/ 209, /**/ 208,