mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Fix #1115 - Add support for wrapping all commands with an option
This commit is contained in:
@@ -209,6 +209,9 @@ call ale#Set('completion_enabled', 0)
|
||||
call ale#Set('completion_delay', 100)
|
||||
call ale#Set('completion_max_suggestions', 50)
|
||||
|
||||
" A setting for wrapping commands.
|
||||
call ale#Set('command_wrapper', '')
|
||||
|
||||
if g:ale_set_balloons
|
||||
call ale#balloon#Enable()
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user