We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2254a8a commit 6a8691dCopy full SHA for 6a8691d
2 files changed
src/testdir/setup.vim
@@ -21,6 +21,9 @@ if 1
21
let $XAUTHORITY = $HOME . '/.Xauthority'
22
endif
23
24
+ " Avoid storing shell history.
25
+ let $HISTFILE = ""
26
+
27
" Make sure $HOME does not get read or written.
28
" It must exist, gnome tries to create $HOME/.gnome2
29
let $HOME = getcwd() . '/XfakeHOME'
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1045,
774
/**/
775
1044,
776
0 commit comments