vim-lint

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

commit
1e912903bb4fb1484df5d5793fd6065c5cf832e0
parent
0b91b65b83911a0a098c3899fbdfb0073d85f874
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-25 22:42
automatically call cclose on exit

Diffstat

M plugin/lint.vim 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -1,5 +1,6 @@
    1     1 command! Lint call lint#Lint()
    2     2 nnoremap <F7> :Lint<CR>
   -1     3 autocmd QuitPre * cclose
    3     4 
    4     5 nnoremap [q :cprev<CR>
    5     6 nnoremap ]q :cnext<CR>