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

add initial implementation of 'shell' and 'shellcmdflag' options

This commit is contained in:
Doug Kearns
2008-08-13 05:28:35 +00:00
parent e8eab457f7
commit 5a2b88c496
3 changed files with 49 additions and 8 deletions

View File

@@ -528,13 +528,29 @@ value can be reset to half the window height with [c]:set scroll=0[c].
____
|\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'|
||'showmode' 'smd'|| boolean (default: on)
|\'shell'| |\'sh'|
||'shell' 'sh'|| string (default: on)
____
Show the current mode in the command line.
____
|\'shellcmdflag'| |\'shcf'|
||'shellcmdflag' 'shcf'|| string (default: $SHELL or "sh", Win32: "cmd.exe")
____
Shell to use for executing :! and :run commands.
____
|\'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
____
|\'ssli'| |\'showstatuslinks'|
||'showstatuslinks' 'ssli'|| number (default: 1)
____