To: vim_dev@googlegroups.com Subject: Patch 8.1.2238 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2238 Problem: Error in docs tags goes unnoticed. Solution: Adjust tags build command. (Ken Takata, closes #5158) Files: Filelist, .travis.yml, runtime/doc/Makefile, runtime/doc/doctags.vim *** ../vim-8.1.2237/Filelist 2019-10-19 18:37:37.373125818 +0200 --- Filelist 2019-11-01 19:43:12.520118393 +0100 *************** *** 663,668 **** --- 663,669 ---- runtime/doc/*.txt \ runtime/doc/Makefile \ runtime/doc/doctags.c \ + runtime/doc/doctags.vim \ runtime/doc/test_urls.vim \ runtime/doc/vim.1 \ runtime/doc/evim.1 \ *** ../vim-8.1.2237/.travis.yml 2019-09-04 14:11:13.260990522 +0200 --- .travis.yml 2019-11-01 19:41:32.724531809 +0100 *************** *** 142,148 **** "${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-2.vim -c quit > /dev/null cat if_ver.txt fi ! - do_test make ${SHADOWOPT} ${TEST} && FOLD_MARKER=travis_fold - echo -en "${FOLD_MARKER}:end:test\\r\\033[0K" --- 142,151 ---- "${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-2.vim -c quit > /dev/null cat if_ver.txt fi ! - > ! do_test make ${SHADOWOPT} ${TEST} && ! make -C runtime/doc vimtags VIMEXE=../../"${SRCDIR}"/vim && ! FOLD_MARKER=travis_fold - echo -en "${FOLD_MARKER}:end:test\\r\\033[0K" *** ../vim-8.1.2237/runtime/doc/Makefile 2019-07-21 16:39:56.196095894 +0200 --- runtime/doc/Makefile 2019-11-01 19:41:32.724531809 +0100 *************** *** 323,329 **** # Use Vim to generate the tags file. Can only be used when Vim has been # compiled and installed. Supports multiple languages. vimtags: $(DOCS) ! $(VIMEXE) -u NONE -esX -c "helptags ++t ." -c quit # Use "doctags" to generate the tags file. Only works for English! tags: doctags $(DOCS) --- 323,329 ---- # Use Vim to generate the tags file. Can only be used when Vim has been # compiled and installed. Supports multiple languages. vimtags: $(DOCS) ! $(VIMEXE) -eX -u doctags.vim # Use "doctags" to generate the tags file. Only works for English! tags: doctags $(DOCS) *** ../vim-8.1.2237/runtime/doc/doctags.vim 2019-11-01 19:45:41.227713352 +0100 --- runtime/doc/doctags.vim 2019-11-01 19:41:32.724531809 +0100 *************** *** 0 **** --- 1,6 ---- + " This script makes a tags file for help text. + " + " Usage: vim -eX -u doctags.vim + + helptags ++t . + qa! *** ../vim-8.1.2237/src/version.c 2019-10-31 19:55:47.516275360 +0100 --- src/version.c 2019-11-01 19:43:39.556050004 +0100 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2238, /**/ -- hundred-and-one symptoms of being an internet addict: 25. You believe nothing looks sexier than a man in boxer shorts illuminated only by a 17" inch svga monitor. /// Bram Moolenaar -- Bram@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 ///