1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 11:02:27 +01:00

Er, show the right descriptions for the right options

This commit is contained in:
Kris Maglione
2008-12-04 22:47:47 -05:00
parent ddd07fd63a
commit a78a3a91d8

View File

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