commit | a8fc0d3817f69b3599a1b56d74a2ddbd3139f40c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 13:59:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 13:59:47 2017 +0200 |
tree | 0d655b66a36a575c7e48316c794e45bc4e20db7a | |
parent | 22ab547dc281092d6a9d397db712a11733c38e97 [diff] [blame] |
patch 8.0.1149: libvterm colors differ from xterm Problem: libvterm colors differ from xterm. Solution: Use the xterm colors for libvterm.
diff --git a/src/version.c b/src/version.c index 5b23230..27d7c66 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1149, +/**/ 1148, /**/ 1147,