summaryrefslogtreecommitdiff
path: root/ale_linters/puppet/puppet.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/puppet/puppet.vim')
-rw-r--r--ale_linters/puppet/puppet.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/puppet/puppet.vim b/ale_linters/puppet/puppet.vim
index 6561bf8e..12bc980e 100644
--- a/ale_linters/puppet/puppet.vim
+++ b/ale_linters/puppet/puppet.vim
@@ -14,7 +14,6 @@ function! ale_linters#puppet#puppet#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[2] + 0,