fix transposed defaults in showmode and shell help

This commit is contained in:
Doug Kearns
2008-12-19 15:25:12 -05:00
committed by Kris Maglione
parent 89dc3c2078
commit 9df54a4572
+2 -2
View File
@@ -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.
____