From a78a3a91d83a3f5ab9b96bbdc9bedd5b8fae94d3 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 4 Dec 2008 22:47:47 -0500 Subject: [PATCH] Er, show the right descriptions for the right options --- vimperator/locale/en-US/options.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index 8c891e7c..9c3cd9e4 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -612,23 +612,23 @@ ____ |\'shell'| |\'sh'| ||'shell' 'sh'|| string (default: on) ____ -Show the current mode in the command-line. +Shell to use for executing :! and :run commands. ____ |\'shellcmdflag'| |\'shcf'| ||'shellcmdflag' 'shcf'|| string (default: $SHELL or "sh", Win32: "cmd.exe") ____ -Shell to use for executing :! and :run commands. +Flag passed to shell when executing :! and :run commands. + +E.g. bash -c gvim ____ |\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'| ||'showmode' 'smd'|| boolean (default: "-c", Win32: "/c") ____ -Flag passed to shell when executing :! and :run commands. - -E.g. bash -c gvim +Show the current mode in the command-line. ____