aboutsummaryrefslogtreecommitdiff
path: root/runtime/compiler/perl.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-02 07:34:39 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-02 16:20:23 +0200
commit9bc4f275b364741e38e925d946becfa155d96ddb (patch)
treeb6ea9186e0c7799e08d2da0a62f4c976f30ad0e4 /runtime/compiler/perl.vim
parent7c19a4e51881294adc8d174c5be7f546a052c989 (diff)
downloadrneovim-9bc4f275b364741e38e925d946becfa155d96ddb.tar.gz
rneovim-9bc4f275b364741e38e925d946becfa155d96ddb.tar.bz2
rneovim-9bc4f275b364741e38e925d946becfa155d96ddb.zip
vim-patch:5477506a9f01
Update runtime files. https://github.com/vim/vim/commit/5477506a9f01d40fad2e8f0555bc37adee30478f NA: vim-patch:2a9c9f6d89f1 "undo extra changes in src/Makefile" https://github.com/vim/vim/commit/2a9c9f6d89f19f8fa8d926e80c7f988729f6f1bd
Diffstat (limited to 'runtime/compiler/perl.vim')
-rw-r--r--runtime/compiler/perl.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler/perl.vim b/runtime/compiler/perl.vim
index 583c6c3787..a857caed8f 100644
--- a/runtime/compiler/perl.vim
+++ b/runtime/compiler/perl.vim
@@ -1,7 +1,7 @@
" Vim Compiler File
" Compiler: Perl syntax checks (perl -Wc)
" Maintainer: Christian J. Robinson <heptite@gmail.com>
-" Last Change: 2006 Aug 13
+" Last Change: 2019 Jul 22
if exists("current_compiler")
finish
@@ -27,7 +27,7 @@ else
let s:taintopt = ''
endif
-exe 'CompilerSet makeprg=perl\ -' . s:warnopt . s:taintopt . 'c\ %'
+exe 'CompilerSet makeprg=perl\ -' . s:warnopt . s:taintopt . 'c\ %:S'
CompilerSet errorformat=
\%-G%.%#had\ compilation\ errors.,