From 8a24b794b89916c8074892e7b25121a21f1fa9c9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Apr 2016 16:13:10 +0200 Subject: patch 7.4.1808 Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index f0463d49d..1fff5c9e9 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1808, /**/ 1807, /**/ -- cgit v1.2.3