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 ef23c52 commit 8ed75cbCopy full SHA for 8ed75cb
2 files changed
src/testdir/Makefile
@@ -85,9 +85,9 @@ RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG)
85
86
clean:
87
-rm -rf *.out *.failed *.res *.rej *.orig
88
- -rm opt_test.vim test.log test_result.log messages
89
- -rm $(RM_ON_RUN) $(RM_ON_START)
90
- -rm valgrind.*
+ -rm -f opt_test.vim test.log test_result.log messages
+ -rm -f $(RM_ON_RUN) $(RM_ON_START)
+ -rm -f valgrind.*
91
92
test1.out: test1.in
93
-rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1505,
782
/**/
783
1504,
784
0 commit comments