commit | 868cfc19bb079a16ca58884b551486566f35419b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 16:49:58 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 16:49:58 2016 +0200 |
tree | 51a4d668cbe38fd84b20a0da60378ab5dd71404c | |
parent | 8a24b794b89916c8074892e7b25121a21f1fa9c9 [diff] [blame] |
patch 7.4.1809 Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name.
diff --git a/src/version.c b/src/version.c index 1fff5c9..59673b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1809, +/**/ 1808, /**/ 1807,