2017-06-28 15:20:01 +00:00
|
|
|
" Close the ALEFixSuggest window with the q key.
|
|
|
|
noremap <buffer> q :q!<CR>
|
2023-11-19 09:13:56 +00:00
|
|
|
|
|
|
|
let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'execute')
|
|
|
|
let b:undo_ftplugin .= ' | execute "silent! unmap <buffer> q"'
|