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.044 < prev    next >
Encoding:
Internet Message Format  |  1999-12-03  |  1.1 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 5.5.044
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 5.5.044 
  8. Problem:    pltags.pl contains an absolute path "/usr/local/bin/perl".  That
  9.             might not work everywhere.
  10. Solution:   Use "/usr/bin/env perl" instead.
  11. Files:      runtime/tools/pltags.pl
  12.  
  13.  
  14. *** ../vim-5.5.43/runtime/tools/pltags.pl    Wed Sep 22 10:06:38 1999
  15. --- runtime/tools/pltags.pl    Sun Nov 28 13:01:57 1999
  16. ***************
  17. *** 1,4 ****
  18. ! #!/usr/local/bin/perl -w
  19.   
  20.   # pltags - create a tags file for Perl code, for use by vi(m)
  21.   #
  22. --- 1,4 ----
  23. ! #!/usr/bin/env perl
  24.   
  25.   # pltags - create a tags file for Perl code, for use by vi(m)
  26.   #
  27. *** ../vim-5.5.43/src/version.c    Sat Dec  4 13:21:11 1999
  28. --- src/version.c    Sat Dec  4 13:20:50 1999
  29. ***************
  30. *** 420,420 ****
  31. --- 420,421 ----
  32.   {   /* Add new patch number below this line */
  33. +     44,
  34.  
  35. -- 
  36. hundred-and-one symptoms of being an internet addict:
  37. 229. You spend so much time thinking what to add on this list.
  38.  
  39. --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
  40.   \ \    www.vim.org/iccf      www.moolenaar.net       www.vim.org    / /
  41.