commit | 8e3d1b6326c103cc92f8d07b1161ee5172acf201 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 15:17:19 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 15:17:19 2016 +0200 |
tree | ceaaf7b220e9ce6f4b5b10d2a885e3f606ce94f0 | |
parent | 06481427005a9dae39721087df94855f7d4d1feb [diff] [blame] |
patch 7.4.1806 Problem: 'termguicolors' option missing from the options window. Solution: Add the entry.
diff --git a/src/version.c b/src/version.c index 86f38e6..7c05b28 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1806, +/**/ 1805, /**/ 1804,