commit | 7bc25aed33934f4281b321fce2f736d47d6defdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 04 18:27:36 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 04 18:27:36 2015 +0200 |
tree | ac88f4065106a820914f8934eb7c6818677b7bb0 | |
parent | 4032cfdf17c1c744d0f87219924870378b86a1c4 [diff] [blame] |
patch 7.4.724 Problem: Vim icon does not show in Windows context menu. (issue 249) Solution: Load the icon in GvimExt.
diff --git a/src/version.c b/src/version.c index db6c5c8..ba5f30e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 724, +/**/ 723, /**/ 722,