From 415281090746fcf562ddd15ceaf6f047e50e1981 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 5 Mar 2023 06:32:51 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 16 ++++++++-------- doc/oil.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b8b6790..71f12b0 100644 --- a/README.md +++ b/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) diff --git a/doc/oil.txt b/doc/oil.txt index 61b427a..b995f3a 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -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