[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-03-05 06:32:51 +00:00
parent 073ecb3d68
commit 4152810907
2 changed files with 9 additions and 9 deletions

View file

@ -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)

View file

@ -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