vim-lint

Lint plugin for vim
git clone https://git.ce9e.org/vim-lint.git

commit
1b112d739d4736525c3f02962c5957d89ec06462
parent
76fe20bb9820ed429aa8f9cb1071cee85d22f987
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-05-08 10:31
allow to call Lint from quickfix list

Diffstat

M autoload/lint.vim 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/autoload/lint.vim b/autoload/lint.vim

@@ -23,6 +23,7 @@ function! s:RunLinter(prg, format)
   23    23 endfunction
   24    24 
   25    25 function! lint#Lint()
   -1    26     cclose
   26    27     if !exists('b:lint_prg') || !exists('b:lint_format')
   27    28         echon 'No linter configured'
   28    29         return