aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/perlcritic.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-20 09:12:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-20 09:12:30 +1300
commitc3d060ec836d4d7ed0707c9f36015ed6f58c057f (patch)
tree1b9ba533ebcf47c848be74691677a31d2d4541f2 /vim/compiler/perlcritic.vim
parentMerge branch 'release/v0.18.0' (diff)
parentBump version number to 0.19.0 (diff)
downloaddotfiles-1e713c6c1938eaeea799febf1b14f630253be282.tar.gz (sig)
dotfiles-1e713c6c1938eaeea799febf1b14f630253be282.zip
Merge branch 'release/v0.19.0'v0.19.0
* release/v0.19.0: Bump version number to 0.19.0 Add `php -l` check binding for PHP filetype Correct "fi" to "endif" in new compiler files
Diffstat (limited to 'vim/compiler/perlcritic.vim')
-rw-r--r--vim/compiler/perlcritic.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/compiler/perlcritic.vim b/vim/compiler/perlcritic.vim
index ec151906..afbb73c7 100644
--- a/vim/compiler/perlcritic.vim
+++ b/vim/compiler/perlcritic.vim
@@ -13,5 +13,5 @@ if v:version >= 704 || v:version == 704 && has('patch191')
CompilerSet makeprg=perlcritic\ --verbose\ 1\ %:S
else
CompilerSet makeprg=perlcritic\ --verbose\ 1\ %
-fi
+endif
CompilerSet errorformat=%f:%l:%c:%m