http://qs321.pair.com?node_id=146853


in reply to .vimrc options to assist with perl coding

It looks like you are trying to re-invent the nice quickfix mode integration for Perl that's built into VIM 6.0. Here's how to get started with it. It's super handy.

-mark

  • Comment on Re: .vimrc options (quickfix mode integration)

Replies are listed 'Best First'.
Re: Re: .vimrc options (quickfix mode integration)
by Malach (Scribe) on Feb 22, 2002 at 03:34 UTC

    Thanks mark... definitely looks worth investigating

    Just in case I'm missing something... What benefits does this add (over my method) other than the being able to skip through the errors?

    Malach
    So, this baby seal walks into a club.....

      quickfix mode is nice because it offers a standard command set-- you can use the same commands for compiling as Perl as you for grepping through code, or compiling C or another language. I haven't actually tried your method, so I can't do a direct comparison.

      -mark