home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: patch 5.5.044
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- ------------
-
- Patch 5.5.044
- Problem: pltags.pl contains an absolute path "/usr/local/bin/perl". That
- might not work everywhere.
- Solution: Use "/usr/bin/env perl" instead.
- Files: runtime/tools/pltags.pl
-
-
- *** ../vim-5.5.43/runtime/tools/pltags.pl Wed Sep 22 10:06:38 1999
- --- runtime/tools/pltags.pl Sun Nov 28 13:01:57 1999
- ***************
- *** 1,4 ****
- ! #!/usr/local/bin/perl -w
-
- # pltags - create a tags file for Perl code, for use by vi(m)
- #
- --- 1,4 ----
- ! #!/usr/bin/env perl
-
- # pltags - create a tags file for Perl code, for use by vi(m)
- #
- *** ../vim-5.5.43/src/version.c Sat Dec 4 13:21:11 1999
- --- src/version.c Sat Dec 4 13:20:50 1999
- ***************
- *** 420,420 ****
- --- 420,421 ----
- { /* Add new patch number below this line */
- + 44,
-
- --
- hundred-and-one symptoms of being an internet addict:
- 229. You spend so much time thinking what to add on this list.
-
- --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\--
- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /
-