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