commit | f3af54eeb1575618b866aa837e7aca7665aca196 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 14:53:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 14:53:06 2017 +0200 |
tree | b39e2736071363b72a66236b059fead7ae746e94 | |
parent | 97a80e440ace3d433af3713271de8d53bbc36ab3 [diff] [blame] |
patch 8.0.1016: gnome terminal echoes t_RC Problem: Gnome terminal echoes t_RC. Solution: Detect Gnome terminal by the version string. Add v: variables for all the term responses.
diff --git a/src/version.c b/src/version.c index 8af0c0d..8ffd164 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1016, +/**/ 1015, /**/ 1014,