summaryrefslogtreecommitdiff
path: root/autoload/ale/handlers/vale.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/ale/handlers/vale.vim')
-rw-r--r--autoload/ale/handlers/vale.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/ale/handlers/vale.vim b/autoload/ale/handlers/vale.vim
index 9dc0872f..2da72fc7 100644
--- a/autoload/ale/handlers/vale.vim
+++ b/autoload/ale/handlers/vale.vim
@@ -23,6 +23,7 @@ function! ale#handlers#vale#Handle(buffer, lines) abort
endif
let l:output = []
+
for l:error in l:errors[keys(l:errors)[0]]
call add(l:output, {
\ 'lnum': l:error['Line'],