commit | 54a38415caa31de8b4ac46a9234ae339b1fd6255 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 10:14:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 10:14:07 2016 +0200 |
tree | 581c080f77eba76ecabe950f20fe57c138b95b10 | |
parent | 21decdd3e6d5ce3469a3c2743de1f4aada388d8c [diff] [blame] |
patch 7.4.1772 Problem: Installation fails when $GTK_UPDATE_ICON_CACHE is empty. Solution: Add quotes. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 725d774..77d0117 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1772, +/**/ 1771, /**/ 1770,