1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 03:44:10 +01:00

Swapped help defaults for sh and shcf. Now they're correct.

This commit is contained in:
Ted Pavlic
2008-12-29 16:30:20 -05:00
parent 6cbf75ca53
commit db7d16bf0e

View File

@@ -619,14 +619,14 @@ ____
|\'shell'| |\'sh'|
||'shell' 'sh'|| string (default: "-c", Win32: "/c")
||'shell' 'sh'|| string (default: $SHELL or "sh", Win32: "cmd.exe")
____
Shell to use for executing :! and :run commands.
____
|\'shellcmdflag'| |\'shcf'|
||'shellcmdflag' 'shcf'|| string (default: $SHELL or "sh", Win32: "cmd.exe")
||'shellcmdflag' 'shcf'|| string (default: "-c", Win32: "/c")
____
Flag passed to shell when executing :! and :run commands.