in reply to How do I create a simple, perl-based text filter for Vim

When browsing through the vim.org website I stumbled upon the following tip: Insert line numbers or filter thru perl

Update: For those who are interested, a vim binary for Windows with Perl embedded can be found here.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: How do I create a simple, perl-based text filter for Vim

Replies are listed 'Best First'.
Re^2: How do I create a simple, perl-based text filter for Vim
by dimar (Curate) on Feb 13, 2005 at 20:36 UTC

    Additionally, this one from vim.org also has embedded perl. (choose the windows self-installing exe).

    To verify embedded perl, issue the command :echo has('perl') you might try that command in case you already have perl-enabled VIM.