From db7d16bf0ea76fd6259dabb650576813011d70f9 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Mon, 29 Dec 2008 16:30:20 -0500 Subject: [PATCH] Swapped help defaults for sh and shcf. Now they're correct. --- vimperator/locale/en-US/options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index e391bd6f..f141f682 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -619,14 +619,14 @@ ____ |\'shell'| |\'sh'| -||'shell' 'sh'|| string (default: "-c", Win32: "/c") +||'shell' 'sh'|| string (default: $SHELL or "sh", Win32: "cmd.exe") ____ Shell to use for executing :! and :run commands. ____ |\'shellcmdflag'| |\'shcf'| -||'shellcmdflag' 'shcf'|| string (default: $SHELL or "sh", Win32: "cmd.exe") +||'shellcmdflag' 'shcf'|| string (default: "-c", Win32: "/c") ____ Flag passed to shell when executing :! and :run commands.