- commit
- b5376c89fce902462b6238e621b0442313e297ae
- parent
- aa817b3c0d0707d97d47356f128e0e213838ebbe
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-03-18 20:41
rm QuitPre mapping to work around segfault: https://github.com/vim/vim/issues/1817
Diffstat
| M | plugin/lint.vim | 1 | - |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/lint.vim b/plugin/lint.vim
@@ -1,6 +1,5 @@ 1 1 command! Lint call lint#Lint() 2 2 nnoremap <F7> :Lint<CR>3 -1 autocmd QuitPre * cclose4 3 5 4 nnoremap [q :cprev<CR> 6 5 nnoremap ]q :cnext<CR>