commit | c835293d54c223627c7d4516ee273c21a3506fa1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 20:15:21 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 20:15:21 2016 +0100 |
tree | 5751be033ceef20cab0119defaea68c2df0b0cb2 | |
parent | 5a2800fd141a8fc0c80cdf421dcb76001a22327f [diff] [blame] |
patch 7.4.1549 Problem: Test for syntax attributes fails in Win32 GUI. Solution: Use an existing font name.
diff --git a/src/version.c b/src/version.c index 943bec6..87fdebc 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1549, +/**/ 1548, /**/ 1547,