Fix #1115 - Add support for wrapping all commands with an option
This commit is contained in:
parent
2495744fc3
commit
e43e7065da
9 changed files with 148 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue