To: vim-dev@vim.org Subject: Patch 6.1.409 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.409 Problem: Generating tags for the help doesn't work for some locales. Solution: Set LANG=C LC_ALL=C in the environment for "sort". (Daniel Elstner) Files: runtime/doc/Makefile *** ../vim61.408/runtime/doc/Makefile Sat Mar 8 20:33:31 2003 --- runtime/doc/Makefile Mon Mar 17 21:53:46 2003 *************** *** 243,253 **** all: tags vim.man vimdiff.man vimtutor.man xxd.man ! # We should use Vim to generate the tags file: ! # vim -c "helptags ." -c quit ! # tags: doctags $(DOCS) ! ./doctags $(DOCS) | sort >tags uniq -d -2 tags doctags: doctags.c --- 243,255 ---- all: tags vim.man vimdiff.man vimtutor.man xxd.man ! # Use Vim to generate the tags file. Can only be used when Vim has been ! # compiled and installed. ! vimtags: $(DOCS) ! vim -c "helptags ." -c quit ! tags: doctags $(DOCS) ! ./doctags $(DOCS) | LANG=C LC_ALL=C sort >tags uniq -d -2 tags doctags: doctags.c *** ../vim61.408/src/version.c Sun Mar 16 23:02:10 2003 --- src/version.c Mon Mar 17 21:57:37 2003 *************** *** 613,614 **** --- 613,616 ---- { /* Add new patch number below this line */ + /**/ + 409, /**/ -- From "know your smileys": :-* A big kiss! /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///