Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 1996 01:24:20 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/vi Makefile
Message-ID:  <199612300924.BAA11106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/30 01:24:20

  Modified:    usr.bin/vi  Makefile
  Log:
  When using the perl5 extensions, ask perl itself what the pathnames are,
  don't just hard code them into the Makefile.
  
  (This is the optional stuff to use perl scripts as a vi scripting language.
   eg, to load a sample script, type:   :perl do 'wc.pl';
   this loads /usr/share/vi/perl/wc.pl to add the "wc" command. Then, one can
   do this:   :perl wc   Yes, this is a trivial example. There are more
   useful examples, eg 'make' output parsing along the lines of emacs's
   "compile" mode.  The tcl extension is similar and enabled by default since
   we ship with tcl.)
  
  Revision  Changes    Path
  1.11      +17 -8     src/usr.bin/vi/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612300924.BAA11106>