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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user