From c5cd88554f1e0b2e9ff08d9a0748238dd8340ce1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 1 May 2018 15:47:38 +0200 Subject: patch 8.0.1783: cannot use 256 colors in a MS-Windows console Problem: Cannot use 256 colors in a MS-Windows console. Solution: Add 256 color support. (Nobuhiro Takasaki, closes #2821) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a02360ff7..76a4f2c37 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1783, /**/ 1782, /**/ -- cgit v1.2.1