commit | cc0f2be88046bd1c07efa444bba6c05efe15ddd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 23 18:23:30 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 23 18:23:30 2018 +0100 |
tree | db972fed304a543735681d52f7eb045f79469ae7 | |
parent | cafafb381a04e33f3ce9cd15dd9f94b73226831f [diff] [blame] |
patch 8.0.1532: compiler warnings without termguicolors feature Problem: Compiler warnings without termguicolors feature. Solution: Add #ifdef. (John Marriott) Cleanup the code a bit.
diff --git a/src/version.c b/src/version.c index 2fb2c59..c2096c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1532, +/**/ 1531, /**/ 1530,