vim-lint

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

commit
525ebe9a8cee84632b7f7c9a7c1ecb7d8b8cc76f
parent
36a870ed7afb5d311c662a86be32dfbe6644c91c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-23 15:59
add Reset

Diffstat

M autoload/lint.vim 5 +++++

1 files changed, 5 insertions, 0 deletions


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

@@ -60,3 +60,8 @@ function! lint#Lint()
   60    60         echon 'Lint OK'
   61    61     endif
   62    62 endfunction
   -1    63 
   -1    64 function! lint#Reset()
   -1    65     cclose
   -1    66     call s:PlaceMarkers([])
   -1    67 endfunction