vim-lint

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

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

Diffstat

M plugin/lint.vim 5 ++++-

1 files changed, 4 insertions, 1 deletions


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

@@ -1 +1,4 @@
    1    -1 noremap <buffer> <F7> :call lint#Lint()<CR>
   -1     1 command Lint call lint#Lint()
   -1     2 command LintReset call lint#Reset()
   -1     3 
   -1     4 noremap <buffer> <F7> :Lint<CR>