Merge pull request #2150 from mvgrimes/perl-linter-data-fix

Update the perl-linter's l:pattern to catch missing errors
This commit is contained in:
w0rp
2018-12-20 16:22:10 +00:00
committed by GitHub
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function! ale_linters#perl#perl#Handle(buffer, lines) abort
return []
endif
let l:pattern = '\(.\+\) at \(.\+\) line \(\d\+\)'
let l:pattern = '\(..\{-}\) at \(..\{-}\) line \(\d\+\)'
let l:output = []
let l:basename = expand('#' . a:buffer . ':t')