commit | f90b6e03a983b62b66564fc449e32724d6456769 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 19:26:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 19:26:38 2019 +0200 |
tree | e29d2d7e9000428efac5d10fa705f2359f655c7e | |
parent | a6c27c47ddf081859659d7de1caec675147e466b [diff] [blame] |
patch 8.1.1308: the Normal highlight is not defined when compiled with GUI Problem: The Normal highlight is not defined when compiled with GUI. Solution: Always define Normal. (Christian Brabandt, closes #4072)
diff --git a/src/version.c b/src/version.c index ea04ff9..63cfd8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1308, +/**/ 1307, /**/ 1306,