disable mapping by default

This commit is contained in:
Klein Florian 2012-02-16 10:11:34 +01:00
parent f45d493d55
commit b322783d61

View File

@ -7,7 +7,7 @@ if !exists("g:symfony_app_console_caller")
endif
if !exists("g:symfony_enable_shell_mapping")
let g:symfony_enable_shell_mapping = 1
let g:symfony_enable_shell_mapping = 0
endif
fun! CompleteSymfonyContainer(base, res)