diff options
| author | Bram Moolenaar <Bram@vim.org> | 2014-09-23 21:53:41 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2014-09-23 21:53:41 +0200 |
| commit | cddc91ccb4cc0989fa0169a343289873a6d2d651 (patch) | |
| tree | 8e9efe82b872ff18875e2c2e765f4b7e501fe571 /src/version.c | |
| parent | cfc216e7b00690805aef8683fab000654937191d (diff) | |
| download | vim-git-7.4.459.tar.gz | |
updated for version 7.4.459v7.4.459
Problem: Can't change the icon after building Vim.
Solution: Load the icon from a file on startup. (Yasuhiro Matsumoto)
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 867aa7c3f..a9f83a203 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 459, +/**/ 458, /**/ 457, |
