1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 02:32:27 +01:00

fix transposed defaults in showmode and shell help

This commit is contained in:
Doug Kearns
2008-12-20 00:15:13 +11:00
parent b98b367776
commit ad61bc83ff

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.
____