Dear Monks,

I am hoping some wisdom can be shed on this Vim plugin. I am currently having an issue where using the Syntax Check feature of the perl-support plugin always issues a "Syntax OK" even when the Perl syntax is incorrect.

Another obvious hint things aren't working as expected is when I initiate the syntax checking, the efm_perl.pl file pops up in a vim window to edit, and once I close it, the syntax check executes and then gives me the "Syntax OK" message. This was after I had to select which program to open the efm_perl.pl file with, canceling results in the same "Syntax OK" message.

I am using Gvim 7.3 on Windows 7 64-bit, fresh install and the perl-support plugin extracted into the vimfiles directory. I'm using the _vimrc file that was included in the plugin, called customization.vimrc which is located in the vimfiles/perl-support/rc directory.

I haven't had much luck tracking down a solution through the normal means, seems I'm the only one that has this issue ... so it must be something very simple I'm missing which is the most frustrating part.

Thanks for your time monks, I greatly appreciate it


In reply to Perl-support.vim Plugin Syntax Check not working as expected by Anonymous Monk

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.