update doc
This commit is contained in:
parent
ced1ccd0c3
commit
8742f25706
1
doc.go
1
doc.go
@ -640,7 +640,6 @@ A smaller offset can be used when the current file is close to the beginning or
|
|||||||
shell string (default 'sh' for unix and 'cmd' for windows)
|
shell string (default 'sh' for unix and 'cmd' for windows)
|
||||||
|
|
||||||
Shell executable to use for shell commands.
|
Shell executable to use for shell commands.
|
||||||
On unix, a POSIX compatible shell is required.
|
|
||||||
Shell commands are executed as 'shell shellopts -c command -- arguments'.
|
Shell commands are executed as 'shell shellopts -c command -- arguments'.
|
||||||
On windows, '/c' is used instead of '-c' which should work in 'cmd' and 'powershell'.
|
On windows, '/c' is used instead of '-c' which should work in 'cmd' and 'powershell'.
|
||||||
|
|
||||||
|
@ -683,10 +683,9 @@ beginning or end of the list to show the maximum number of items.
|
|||||||
|
|
||||||
shell string (default 'sh' for unix and 'cmd' for windows)
|
shell string (default 'sh' for unix and 'cmd' for windows)
|
||||||
|
|
||||||
Shell executable to use for shell commands. On unix, a POSIX compatible
|
Shell executable to use for shell commands. Shell commands are executed as
|
||||||
shell is required. Shell commands are executed as 'shell shellopts -c
|
'shell shellopts -c command -- arguments'. On windows, '/c' is used instead
|
||||||
command -- arguments'. On windows, '/c' is used instead of '-c' which should
|
of '-c' which should work in 'cmd' and 'powershell'.
|
||||||
work in 'cmd' and 'powershell'.
|
|
||||||
|
|
||||||
shellopts []string (default '')
|
shellopts []string (default '')
|
||||||
|
|
||||||
|
2
lf.1
2
lf.1
@ -763,7 +763,7 @@ Minimum number of offset lines shown at all times in the top and the bottom of t
|
|||||||
shell string (default 'sh' for unix and 'cmd' for windows)
|
shell string (default 'sh' for unix and 'cmd' for windows)
|
||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
Shell executable to use for shell commands. On unix, a POSIX compatible shell is required. Shell commands are executed as 'shell shellopts -c command -- arguments'. On windows, '/c' is used instead of '-c' which should work in 'cmd' and 'powershell'.
|
Shell executable to use for shell commands. Shell commands are executed as 'shell shellopts -c command -- arguments'. On windows, '/c' is used instead of '-c' which should work in 'cmd' and 'powershell'.
|
||||||
.PP
|
.PP
|
||||||
.EX
|
.EX
|
||||||
shellopts []string (default '')
|
shellopts []string (default '')
|
||||||
|
Loading…
Reference in New Issue
Block a user