Patch 8.1.2249

14 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 3, 2019, 3:47:12 PM11/3/19
to vim...@googlegroups.com

Patch 8.1.2249
Problem: "make vimtags" does not print any message.
Solution: Add a message that the tags have been updated.
Files: runtime/doc/Makefile


*** ../vim-8.1.2248/runtime/doc/Makefile 2019-11-03 18:38:44.492598820 +0100
--- runtime/doc/Makefile 2019-11-03 21:16:41.229321123 +0100
***************
*** 324,331 ****
# 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

# Use "doctags" to generate the tags file. Only works for English!
tags: doctags $(DOCS)
--- 324,332 ----
# compiled and installed. Supports multiple languages.
vimtags: $(DOCS)
@if which $(VIMEXE) >/dev/null; then \
! $(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)
*** ../vim-8.1.2248/src/version.c 2019-11-03 21:19:38.080721214 +0100
--- src/version.c 2019-11-03 21:25:16.983341115 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2249,
/**/

--
How To Keep A Healthy Level Of Insanity:
14. Put mosquito netting around your work area. Play a tape of jungle
sounds all day.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

Tony Mechelynck

unread,
Nov 3, 2019, 4:49:47 PM11/3/19
to Bram Moolenaar, vim_dev
On Sun, Nov 3, 2019 at 9:47 PM Bram Moolenaar <Br...@moolenaar.net> wrote:
>
>
> Patch 8.1.2249
> Problem: "make vimtags" does not print any message.
> Solution: Add a message that the tags have been updated.
> Files: runtime/doc/Makefile

Thanks, I like this better.

And BTW I went back to the src/Makefile and saw that the generation
and installation of the tagfile is bracketed between moving any
possible existing "tags" file to "tags.dist" and back so checking its
update time manually doesn't show when it was last regenerated. At
least the message tells me now that "something happened".

Best regards,
Tony.
Reply all
Reply to author
Forward
0 new messages