From: Simon Ruderich Date: Sun, 2 Dec 2012 21:01:20 +0000 (+0100) Subject: after/syntax/perl.vim: Mark continue and break as Errors. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=17d200db44f90264844be6c15fd70f2fef6af3d0;hp=17d200db44f90264844be6c15fd70f2fef6af3d0;p=config%2Fdotfiles.git after/syntax/perl.vim: Mark continue and break as Errors. The Perl keywords for loops are called next and last and though continue and break are valid Perl keywords I never use them. ---