1
0
forked from aniani/vim

patch 8.0.0748: running Vim in terminal window doesn't use the right colors

Problem:    When running Vim in a terminal window it does not detect the right
            number of colors available.
Solution:   Detect the version string that libvterm returns.  Pass the number
            of colors in $COLORS.
This commit is contained in:
Bram Moolenaar
2017-07-22 20:33:05 +02:00
parent e173fd0972
commit b7a8dfeb49
3 changed files with 72 additions and 33 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
748,
/**/
747,
/**/