- commit
- a6114bc3c4b4e2c13ef9093af0833d96c2d3cf15
- parent
- bae14170982b1e924e0eab5e8efb79563bf76369
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-02-23 17:56
fix command!
Diffstat
| M | plugin/lint.vim | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/lint.vim b/plugin/lint.vim
@@ -1,4 +1,4 @@1 -1 command Lint call lint#Lint()2 -1 command LintReset call lint#Reset()-1 1 command! Lint call lint#Lint() -1 2 command! LintReset call lint#Reset() 3 3 4 4 noremap <buffer> <F7> :Lint<CR>