diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-30 16:13:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-30 16:13:10 +0200 |
commit | 8a24b794b89916c8074892e7b25121a21f1fa9c9 (patch) | |
tree | 04382e2b2686812e7cacda55d6eb9cf7d2c43b3e /src | |
parent | d75263c020a5044fa73bc8cd57ce73ca5e23b360 (diff) | |
download | vim-8a24b794b89916c8074892e7b25121a21f1fa9c9.zip |
patch 7.4.1808
Problem: Using wrong feature name to check for 'termguicolors'.
Solution: Use the right feature name. (Ken Takata)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f0463d49d..1fff5c9e9 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1808, +/**/ 1807, /**/ 1806, |