disable mapping by default
This commit is contained in:
parent
f45d493d55
commit
b322783d61
@ -7,7 +7,7 @@ if !exists("g:symfony_app_console_caller")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:symfony_enable_shell_mapping")
|
if !exists("g:symfony_enable_shell_mapping")
|
||||||
let g:symfony_enable_shell_mapping = 1
|
let g:symfony_enable_shell_mapping = 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
fun! CompleteSymfonyContainer(base, res)
|
fun! CompleteSymfonyContainer(base, res)
|
||||||
|
Loading…
Reference in New Issue
Block a user