]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
after/syntax/perl.vim: Mark continue and break as Errors.
authorSimon Ruderich <simon@ruderich.org>
Sun, 2 Dec 2012 21:01:20 +0000 (22:01 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 2 Dec 2012 21:01:20 +0000 (22:01 +0100)
commit17d200db44f90264844be6c15fd70f2fef6af3d0
treef1784c3601bd9c45f356051eb2eaa789224f9a05
parent11a993b6c3452d50f790a670e681e593ed0b1924
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.
vim/after/syntax/perl.vim