File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ SCRIPTSOURCE = ../../runtime
1212# Comment out this line to see the verbose output of tests.
1313#
1414# Catches SwapExists to avoid hanging at the ATTENTION prompt.
15- # REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
15+ REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
1616
1717# Uncomment this line to use valgrind for memory leaks and extra warnings.
1818# The output goes into a file "valgrind.testN"
1919# Vim should be compiled with EXITFREE to avoid false warnings.
2020# This will make testing about 10 times as slow.
21- # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=25 --log-file=valgrind.$*
21+ # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=25 --log-file=valgrind.$*
2222
2323default : nongui
2424
You can’t perform that action at this time.
0 commit comments