diff --git a/README b/README index 014fe27..361516a 100644 --- a/README +++ b/README @@ -24,13 +24,13 @@ Then you can use (user completion feature) to see all routes and DIC **Symfony interactive console** - To open the Symfony interactive console. + To open the Symfony interactive console. If you want to change this: let g:symfony_enable_shell_mapping = 0 "disable the mapping of symfony console - " Use your key instead of default key which is + " Use your key instead of default key which is map *MY KEY* :execute ":!"g:symfony_enable_shell_cmd diff --git a/plugin/symfonycomplete.vim b/plugin/symfonycomplete.vim index d5c509b..781ab49 100644 --- a/plugin/symfonycomplete.vim +++ b/plugin/symfonycomplete.vim @@ -72,5 +72,5 @@ set completefunc=CompleteSymfony let g:symfony_enable_shell_cmd = g:symfony_app_console_caller." ".g:symfony_app_console_path." -s" if(g:symfony_enable_shell_mapping == 1) - map :execute ":!"g:symfony_enable_shell_cmd + map :execute ":!"g:symfony_enable_shell_cmd endif