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 0842e28 commit 982aa4bCopy full SHA for 982aa4b
src/Makefile
@@ -1850,7 +1850,7 @@ types.vim: $(TAGS_SRC) $(TAGS_INCL)
1850
#
1851
test check:
1852
$(MAKE) -f Makefile $(VIMTARGET)
1853
- -if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
+ if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
1854
cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
1855
fi
1856
-if test $(VIMTARGET) != vim -a ! -r vim; then \
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 6,
733
/**/
734
5,
735
0 commit comments