[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
073ecb3d68
commit
4152810907
2 changed files with 9 additions and 9 deletions
16
README.md
16
README.md
|
|
@ -269,14 +269,14 @@ Restore the buffer that was present when oil was opened
|
|||
`select(opts)` \
|
||||
Select the entry under the cursor
|
||||
|
||||
| Param | Type | Desc | |
|
||||
| ----- | ---------- | -------------------------------------------------- | ------------------------------------- |
|
||||
| opts | `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 modifier |
|
||||
| | preview | `boolean` | Open the buffer in a preview window |
|
||||
| | tab | `boolean` | Open the buffer in a new tab |
|
||||
| Param | Type | Desc | |
|
||||
| ----- | ------------ | -------------------------------------------------- | ------------------------------------- |
|
||||
| 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 modifier |
|
||||
| | preview | `boolean` | Open the buffer in a preview window |
|
||||
| | tab | `boolean` | Open the buffer in a new tab |
|
||||
|
||||
### save(opts)
|
||||
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ select({opts}) *oil.selec
|
|||
Select the entry under the cursor
|
||||
|
||||
Parameters:
|
||||
{opts} `table`
|
||||
{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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue