Problem: "make vimtags" does not print any message.
Solution: Add a message that the tags have been updated.
# compiled and installed. Supports multiple languages.
vimtags: $(DOCS)
@if which $(VIMEXE) >/dev/null; then \
- $(VIMEXE) --clean -eX -u doctags.vim >/dev/null; \
- else echo "vim executable $(VIMEXE) not found"; fi
+ $(VIMEXE) --clean -eX -u doctags.vim >/dev/null; \
+ echo "help tags updated"; \
+ else echo "vim executable $(VIMEXE) not found; help tags not updated"; fi
# Use "doctags" to generate the tags file. Only works for English!
tags: doctags $(DOCS)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2249,
/**/
2248,
/**/