vim-lint

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

commit
5fb651f8d28c398e56aac1dcf1aad909f367aebb
parent
b5376c89fce902462b6238e621b0442313e297ae
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-04-15 05:59
Revert "rm QuitPre mapping"

This reverts commit b5376c89fce902462b6238e621b0442313e297ae.

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>