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 6e3aeec commit 228e629Copy full SHA for 228e629
2 files changed
src/testdir/Makefile
@@ -12,7 +12,7 @@ SCRIPTSOURCE = ../../runtime
12
# Comment out this line to see the verbose output of tests.
13
#
14
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
15
-#REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
+REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
16
17
# Uncomment this line to use valgrind for memory leaks and extra warnings.
18
# The output goes into a file "valgrind.testN"
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1526,
759
/**/
760
1525,
761
0 commit comments