commit | 56e6bd7ba2edcb069f55c3515341537c654a9046 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 12:08:47 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 12:08:47 2017 +0100 |
tree | ab21487974e0ba90e0e71a7ba0233c2480da70c4 | |
parent | 3954e3c4b5d2bfda4c481c076fbc39ab06be7639 [diff] [blame] |
patch 8.0.0277: the GUI test may trigger fontconfig and take a long time Problem: The GUI test may trigger fontconfig and take a long time. Solution: Set $XDG_CACHE_HOME. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 8aeb688..3aa1786 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 277, +/**/ 276, /**/ 275,