in reply to syntax check with Vim

Maybe you want to check the perl-support plugin for Vim at http://www.vim.org/scripts/script.php?script_id=556. Vim will check sintax by typing \rs inside the editor.

If you install perltidy things will get even more interesting!

Alceu Rodrigues de Freitas Junior
---------------------------------
"You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill

Replies are listed 'Best First'.
Re^2: syntax check with Vim
by jeanluca (Deacon) on Apr 27, 2007 at 14:08 UTC
    thnx, thats a nice plugin, looks complex, but syntax checking is at least easy. I knew about perltidy, very nice indeed, but the Vim's "Auto complete perl Identifiers" impressed me a lot more :)

    LuCa