File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ func SetUp()
1010 set guifont = Courier\ 10 \ Pitch/8/ -1 /5/ 50 /0/ 0 /0/ 0 /0
1111 endif
1212
13- " Gnome insists on creating $HOME/.gnome2/, and we're going to abide by
14- " that, taking care to have the font cache work normally.
15- if $XDG_CACHE_HOME == ' '
13+ " Gnome insists on creating $HOME/.gnome2/, set $HOME to avoid changing the
14+ " actual home directory. But avoid triggering fontconfig by setting the
15+ " cache directory. Only needed for Unix.
16+ if $XDG_CACHE_HOME == ' ' && exists (' g:tester_HOME' )
1617 let $XDG_CACHE_HOME = g: tester_HOME . ' /.cache'
1718 endif
1819 call mkdir (' Xhome' )
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 278 ,
767769/**/
768770 277 ,
769771/**/
You can’t perform that action at this time.
0 commit comments