commit | 52acb110ac025b57dad5f5ec6004abbe4726a718 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 18 19:20:22 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 18 19:20:22 2018 +0100 |
tree | 7fa7ccbd1d3b28bd9a53a5772bfaa13616e3b833 | |
parent | 98ef233e14faaaf42e0342da1803d493ce0337b2 [diff] [blame] |
patch 8.0.1615: term_dumpload() does not use the right colors Problem: term_dumpload() does not use the right colors. Solution: Initialize colors when not using create_vterm().
diff --git a/src/version.c b/src/version.c index 5d52bc9..6beb36e 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1615, +/**/ 1614, /**/ 1613,