diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-04 03:42:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-04 03:42:34 +0200 |
commit | 29f49ee8d728ab77229351662b3345ed8591dd09 (patch) | |
tree | c1b2fc4d97007fb74605556faec0e80cbffa3a06 /src/version.c | |
parent | 4e0d974645012c3fc07d1754a4729d21e49773b6 (diff) | |
download | vim-git-29f49ee8d728ab77229351662b3345ed8591dd09.tar.gz |
updated for version 7.3.921v7.3.921
Problem: Trying to create a fontset handle when 'guifontset' is not set.
Solution: Add curly braces around the code block. (Max Kirillov)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0811257c4..89a6e22dc 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 921, +/**/ 920, /**/ 919, |