docs: document viewer auto-close behaviour and limitations in open field
This commit is contained in:
parent
f6ce8a1544
commit
96df25b7be
1 changed files with 6 additions and 1 deletions
|
|
@ -93,7 +93,12 @@ Provider fields:~
|
||||||
successful compilation in toggle/watch
|
successful compilation in toggle/watch
|
||||||
mode. `true` uses |vim.ui.open()|. A
|
mode. `true` uses |vim.ui.open()|. A
|
||||||
string[] is run as a command with the
|
string[] is run as a command with the
|
||||||
output path appended.
|
output path appended. When a string[]
|
||||||
|
is used the viewer process is tracked
|
||||||
|
and sent SIGTERM when the buffer is
|
||||||
|
deleted. `true` and single-instance
|
||||||
|
apps (e.g. Chrome) do not support
|
||||||
|
auto-close.
|
||||||
|
|
||||||
`reload` boolean|string[]|function
|
`reload` boolean|string[]|function
|
||||||
Reload the output after recompilation.
|
Reload the output after recompilation.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue