aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ftplugin/ale-fix-suggest.vim
blob: 42ade0fd5f0854312ae932a989117b84a7b9bc51 (plain) (blame)
1
2
3
4
5
" Close the ALEFixSuggest window with the q key.
noremap <buffer> q :q!<CR>

let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'execute')
let b:undo_ftplugin .= ' | execute "silent! unmap <buffer> q"'