home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / old / 5.5.018 < prev    next >
Encoding:
Internet Message Format  |  1999-10-11  |  2.1 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 5.5.018
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 5.5.018
  8. Problem:    Absolute paths in shell scripts do not always work.
  9. Solution:   Use /usr/bin/env to find out the path.
  10. Files:        runtime/doc/vim2html.pl, runtime/tools/efm_filter.pl,
  11.         runtime/tools/shtags.pl
  12.  
  13.  
  14. *** ../vim-5.5.17/runtime/doc/vim2html.pl    Wed Sep 22 10:06:44 1999
  15. --- runtime/doc/vim2html.pl    Thu Oct  7 09:42:56 1999
  16. ***************
  17. *** 1,4 ****
  18. ! #!/usr/local/bin/perl
  19.   
  20.   # converts vim documentation to simple html
  21.   # Sirtaj Singh Kang (taj@kde.org)
  22. --- 1,4 ----
  23. ! #!/usr/bin/env perl
  24.   
  25.   # converts vim documentation to simple html
  26.   # Sirtaj Singh Kang (taj@kde.org)
  27. *** ../vim-5.5.17/runtime/tools/efm_filter.pl    Wed Sep 22 10:06:39 1999
  28. --- runtime/tools/efm_filter.pl    Thu Oct  7 09:48:42 1999
  29. ***************
  30. *** 1,4 ****
  31. ! #!/usr/gnu/bin/perl
  32.   #
  33.   # This program works as a filter that reads from stdin, copies to
  34.   # stdout *and* creates an error file that can be read by vim.
  35. --- 1,4 ----
  36. ! #!/usr/bin/env perl
  37.   #
  38.   # This program works as a filter that reads from stdin, copies to
  39.   # stdout *and* creates an error file that can be read by vim.
  40. *** ../vim-5.5.17/runtime/tools/shtags.pl    Wed Sep 22 10:06:39 1999
  41. --- runtime/tools/shtags.pl    Thu Oct  7 09:49:18 1999
  42. ***************
  43. *** 1,4 ****
  44. ! #!/usr/local/bin/perl
  45.   #
  46.   # shtags: create a tags file for perl scripts
  47.   #
  48. --- 1,4 ----
  49. ! #!/usr/bin/env perl
  50.   #
  51.   # shtags: create a tags file for perl scripts
  52.   #
  53. *** ../vim-5.5.17/src/version.c    Tue Oct 12 19:30:46 1999
  54. --- src/version.c    Tue Oct 12 19:32:12 1999
  55. ***************
  56. *** 420,420 ****
  57. --- 420,421 ----
  58.   {   /* Add new patch number below this line */
  59. +     18,
  60.  
  61. --
  62. WOMAN:   King of the who?
  63. ARTHUR:  The Britons.
  64. WOMAN:   Who are the Britons?
  65. ARTHUR:  Well, we all are. we're all Britons and I am your king.
  66.                                   The Quest for the Holy Grail (Monty Python)
  67.  
  68. --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
  69.   \ \    www.vim.org/iccf      www.moolenaar.net       www.vim.org    / /
  70.