diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-08 22:47:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-08 22:47:17 +0100 |
commit | beb003b303cde1e55634aae9f810535684b76211 (patch) | |
tree | 4da345d8fe9455d6f637f8cbfa73f5453bdc21fc /src/version.c | |
parent | 045a284a83c2a85113de233d5233eae34724a4b6 (diff) | |
download | vim-git-beb003b303cde1e55634aae9f810535684b76211.tar.gz |
patch 7.4.1525v7.4.1525
Problem: On a high resolution screen the toolbar icons are too small.
Solution: Add "huge" and "giant" to 'toolbariconsize'. (Brian Gix)
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 a760c7605..f27cd552c 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1525, +/**/ 1524, /**/ 1523, |