From 612f68824907dddd18c767011eba3e1f5226df5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20PY?= Date: Fri, 10 Feb 2012 16:58:31 +0100 Subject: [PATCH] Wtf, by adding it mapps to on my vim config ... i set by default so ... --- README | 4 ++-- plugin/symfonycomplete.vim | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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