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)
commit86f96854f1ab983cfcfdb001e1bcaa89407f724e
treef48d728f0e7e46583c94f6a5446d47217b5983f9
parent7ef36c7f5e56a405ee0fcb0d40c68b190a81170d
vim: prevent error highlighting of valid if constructs

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.
plp.vim