[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
86cff697be
commit
f70d796c80
2 changed files with 8 additions and 8 deletions
12
README.md
12
README.md
|
|
@ -240,18 +240,18 @@ Get the current directory
|
||||||
`open_float(dir)` \
|
`open_float(dir)` \
|
||||||
Open oil browser in a floating window
|
Open oil browser in a floating window
|
||||||
|
|
||||||
| Param | Type | Desc |
|
| Param | Type | Desc |
|
||||||
| ----- | ------------- | ----------------------------------------------------------- |
|
| ----- | ------------- | ------------------------------------------------------------------------------------------- |
|
||||||
| dir | `nil\|string` | When nil, open the parent of the current buffer, or the cwd |
|
| dir | `nil\|string` | When nil, open the parent of the current buffer, or the cwd if current buffer is not a file |
|
||||||
|
|
||||||
### open(dir)
|
### open(dir)
|
||||||
|
|
||||||
`open(dir)` \
|
`open(dir)` \
|
||||||
Open oil browser for a directory
|
Open oil browser for a directory
|
||||||
|
|
||||||
| Param | Type | Desc |
|
| Param | Type | Desc |
|
||||||
| ----- | ------------- | ----------------------------------------------------------- |
|
| ----- | ------------- | ------------------------------------------------------------------------------------------- |
|
||||||
| dir | `nil\|string` | When nil, open the parent of the current buffer, or the cwd |
|
| dir | `nil\|string` | When nil, open the parent of the current buffer, or the cwd if current buffer is not a file |
|
||||||
|
|
||||||
### close()
|
### close()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -114,14 +114,14 @@ open_float({dir}) *oil.open_floa
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
{dir} `nil|string` When nil, open the parent of the current buffer, or the
|
{dir} `nil|string` When nil, open the parent of the current buffer, or the
|
||||||
cwd
|
cwd if current buffer is not a file
|
||||||
|
|
||||||
open({dir}) *oil.open*
|
open({dir}) *oil.open*
|
||||||
Open oil browser for a directory
|
Open oil browser for a directory
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
{dir} `nil|string` When nil, open the parent of the current buffer, or the
|
{dir} `nil|string` When nil, open the parent of the current buffer, or the
|
||||||
cwd
|
cwd if current buffer is not a file
|
||||||
|
|
||||||
close() *oil.close*
|
close() *oil.close*
|
||||||
Restore the buffer that was present when oil was opened
|
Restore the buffer that was present when oil was opened
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue