A Monk just turned me on to the perlsupport plugin in VIM. I'm trying to make use of the syntax checking feature invoked with \rs. It's very cool but I have a couple of questions about it.

First, it is giving me the following output:

/usr/share/perl5/WWW/Mechanize.pm|2545| Useless use of join or string +in void context /usr/share/perl/5.20/constant.pm|156| Constant subroutine StevesPerlTo +ols::DATA_DIR redefined /usr/lib/x86_64-linux-gnu/perl5/5.20/Moose/Util/TypeConstraints.pm|674 +| Useless use of private variable in void context /usr/lib/x86_64-linux-gnu/perl5/5.20/Moose/Util/TypeConstraints.pm|680 +| Useless use of private variable in void context /usr/lib/x86_64-linux-gnu/perl5/5.20/Moose/Util/TypeConstraints.pm|685 +| Useless use of private variable in void context /usr/lib/x86_64-linux-gnu/perl5/5.20/Moose/Util/TypeConstraints.pm|699 +| Useless use of private variable in void context /usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm|210| Subroutine HTML +::Strip::DESTROY redefined

These are not my modules and are modules that I am useing. I would like to have vimsupport just ignore these other modules. Is there a way to do that? Or maybe there is a way to tell vimsupport to ignore these particular warnings?

Second, how do I easily jump back to the original file I invoked the syntax checker from? AFAICT, I have to :q out of syntax checking mode and then reopen my original file. Is there a better way to get back to it?

I could not find anything in the documentation that addressed these questions. I am using the nongui version. Thanks.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks


In reply to Using the syntax checking feature in vim perlsupport plugin by nysus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.