vim-lint

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

commit
9ed392057d3f999aaa9295a18d1967e424224ece
parent
edc14339eba65e6fa2530ef63f163db0904f1683
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-25 10:58
fix key map

Diffstat

M plugin/lint.vim 2 +-

1 files changed, 1 insertions, 1 deletions


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

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