[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(opts)` \
|
||||||
Select the entry under the cursor
|
Select the entry under the cursor
|
||||||
|
|
||||||
| Param | Type | Desc | |
|
| Param | Type | Desc | |
|
||||||
| ----- | ---------- | -------------------------------------------------- | ------------------------------------- |
|
| ----- | ------------ | -------------------------------------------------- | ------------------------------------- |
|
||||||
| opts | `table` | | |
|
| opts | `nil\|table` | | |
|
||||||
| | vertical | `boolean` | Open the buffer in a vertical split |
|
| | vertical | `boolean` | Open the buffer in a vertical split |
|
||||||
| | horizontal | `boolean` | Open the buffer in a horizontal split |
|
| | horizontal | `boolean` | Open the buffer in a horizontal split |
|
||||||
| | split | `"aboveleft"\|"belowright"\|"topleft"\|"botright"` | Split modifier |
|
| | split | `"aboveleft"\|"belowright"\|"topleft"\|"botright"` | Split modifier |
|
||||||
| | preview | `boolean` | Open the buffer in a preview window |
|
| | preview | `boolean` | Open the buffer in a preview window |
|
||||||
| | tab | `boolean` | Open the buffer in a new tab |
|
| | tab | `boolean` | Open the buffer in a new tab |
|
||||||
|
|
||||||
### save(opts)
|
### save(opts)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ select({opts}) *oil.selec
|
||||||
Select the entry under the cursor
|
Select the entry under the cursor
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
{opts} `table`
|
{opts} `nil|table`
|
||||||
{vertical} `boolean` Open the buffer in a vertical split
|
{vertical} `boolean` Open the buffer in a vertical split
|
||||||
{horizontal} `boolean` Open the buffer in a horizontal split
|
{horizontal} `boolean` Open the buffer in a horizontal split
|
||||||
{split} `"aboveleft"|"belowright"|"topleft"|"botright"` Split
|
{split} `"aboveleft"|"belowright"|"topleft"|"botright"` Split
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue