vim: prevent error highlighting of valid if constructs
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 17 Jun 2011 19:49:31 +0000 (21:49 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 14 Sep 2015 21:40:44 +0000 (23:40 +0200)
Vim v7.2 started marking any leading if statements as syntax errors due to
matching perlElseIfError in this position.  This should not be explicitly
allowed here, and will still follow correctly after perlConditional.


No differences found