Make the nimcheck tests more reliable

This commit is contained in:
w0rp
2017-05-06 23:06:51 +01:00
parent 07bcbd4c06
commit 702b203c51
2 changed files with 2 additions and 6 deletions

View File

@@ -32,7 +32,6 @@ function! ale_linters#nim#nimcheck#Handle(buffer, lines) abort
endif
call add(l:output, {
\ 'bufnr': a:buffer,
\ 'lnum': l:line,
\ 'col': l:column,
\ 'text': l:text,