1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 04:54:10 +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'|
||'shell' 'sh'|| string (default: on) ||'shell' 'sh'|| string (default: "-c", Win32: "/c")
____ ____
Shell to use for executing :! and :run commands. Shell to use for executing :! and :run commands.
____ ____
@@ -630,7 +630,7 @@ ____
|\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'| |\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'|
||'showmode' 'smd'|| boolean (default: "-c", Win32: "/c") ||'showmode' 'smd'|| boolean (default: on)
____ ____
Show the current mode in the command-line. Show the current mode in the command-line.
____ ____