diff options
Diffstat (limited to 'ale_linters/php/php.vim')
-rw-r--r-- | ale_linters/php/php.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/php/php.vim b/ale_linters/php/php.vim index 6edc66b3..ebc21ea3 100644 --- a/ale_linters/php/php.vim +++ b/ale_linters/php/php.vim @@ -16,7 +16,6 @@ function! ale_linters#php#php#Handle(buffer, lines) abort continue endif - " vcol is needed to indicate that the column is a character. call add(l:output, { \ 'bufnr': a:buffer, \ 'lnum': l:match[3] + 0, |