commit | f59c6e8cee092433d325ba21a107654a8d84f776 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 15:59:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 15:59:11 2018 +0200 |
tree | c099b90bce7ba9db27eeff0eb0c7368b93a70446 | |
parent | 07b46af645fa7a2b95afec3f3d87c91942d9cbd0 [diff] [blame] |
patch 8.0.1685: can't set ANSI colors of a terminal window Problem: Can't set ANSI colors of a terminal window. Solution: Add term_setansicolors(), term_getansicolors() and g:term_ansi_colors. (Andy Massimino, closes #2747)
diff --git a/src/version.c b/src/version.c index 2890f71..ff8d0c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1685, +/**/ 1684, /**/ 1683,