Fix #1115 - Add support for wrapping all commands with an option

This commit is contained in:
w0rp 2017-12-20 12:20:38 +00:00
parent 2495744fc3
commit e43e7065da
9 changed files with 148 additions and 30 deletions

View file

@ -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