doc: improve type annotations for oil.open_preview
This commit is contained in:
parent
eb5497f0ac
commit
2f5d4353ee
4 changed files with 25 additions and 19 deletions
12
doc/oil.txt
12
doc/oil.txt
|
|
@ -315,15 +315,17 @@ close() *oil.clos
|
|||
Restore the buffer that was present when oil was opened
|
||||
|
||||
|
||||
open_preview({opts}) *oil.open_preview*
|
||||
open_preview({opts}, {callback}) *oil.open_preview*
|
||||
Preview the entry under the cursor in a split
|
||||
|
||||
Parameters:
|
||||
{opts} `nil|table`
|
||||
{vertical} `boolean` Open the buffer in a vertical split
|
||||
{horizontal} `boolean` Open the buffer in a horizontal split
|
||||
{split} `"aboveleft"|"belowright"|"topleft"|"botright"` Split
|
||||
{opts} `nil|oil.OpenPreviewOpts`
|
||||
{vertical} `nil|boolean` Open the buffer in a vertical split
|
||||
{horizontal} `nil|boolean` Open the buffer in a horizontal split
|
||||
{split} `nil|"aboveleft"|"belowright"|"topleft"|"botright"` Split
|
||||
modifier
|
||||
{callback} `nil|fun(err: nil|string)` Called once the preview window has
|
||||
been opened
|
||||
|
||||
select({opts}, {callback}) *oil.select*
|
||||
Select the entry under the cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue