mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Fix the ftplugin for ALEInfo in Vim 8.0
Some checks are pending
CI / build_image (push) Waiting to run
CI / test_ale (--linters-only) (push) Blocked by required conditions
CI / test_ale (--neovim-07-only) (push) Blocked by required conditions
CI / test_ale (--neovim-08-only) (push) Blocked by required conditions
CI / test_ale (--vim-80-only) (push) Blocked by required conditions
CI / test_ale (--vim-90-only) (push) Blocked by required conditions
Some checks are pending
CI / build_image (push) Waiting to run
CI / test_ale (--linters-only) (push) Blocked by required conditions
CI / test_ale (--neovim-07-only) (push) Blocked by required conditions
CI / test_ale (--neovim-08-only) (push) Blocked by required conditions
CI / test_ale (--vim-80-only) (push) Blocked by required conditions
CI / test_ale (--vim-90-only) (push) Blocked by required conditions
This commit is contained in:
@@ -19,4 +19,4 @@ let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'execute')
|
|||||||
let b:undo_ftplugin .= ' | setlocal synmaxcol<'
|
let b:undo_ftplugin .= ' | setlocal synmaxcol<'
|
||||||
let b:undo_ftplugin .= ' | execute "silent! unmap <buffer> q"'
|
let b:undo_ftplugin .= ' | execute "silent! unmap <buffer> q"'
|
||||||
let b:undo_ftplugin .= ' | execute "silent! nunmap <buffer> <space>"'
|
let b:undo_ftplugin .= ' | execute "silent! nunmap <buffer> <space>"'
|
||||||
let b:undo_ftplugin .= ' | delfunction! ALEInfoOpenHelp'
|
let b:undo_ftplugin .= ' | if exists(''*ALEInfoOpenHelp'') | delfunction ALEInfoOpenHelp | endif'
|
||||||
|
|||||||
Reference in New Issue
Block a user