From ad61bc83ff54dc80e2b36bed211e7b8bdd0e3327 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 20 Dec 2008 00:15:13 +1100 Subject: [PATCH] fix transposed defaults in showmode and shell help --- 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 71056576..2d017a69 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -614,7 +614,7 @@ ____ |\'shell'| |\'sh'| -||'shell' 'sh'|| string (default: on) +||'shell' 'sh'|| string (default: "-c", Win32: "/c") ____ Shell to use for executing :! and :run commands. ____ @@ -630,7 +630,7 @@ ____ |\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'| -||'showmode' 'smd'|| boolean (default: "-c", Win32: "/c") +||'showmode' 'smd'|| boolean (default: on) ____ Show the current mode in the command-line. ____