[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
1bc25cf25b
commit
80f64dd630
1 changed files with 5 additions and 0 deletions
|
|
@ -210,11 +210,13 @@ Get the entry on a specific line (1-indexed)
|
|||
`get_cursor_entry(): nil|oil.Entry` \
|
||||
Get the entry currently under the cursor
|
||||
|
||||
|
||||
### discard_all_changes()
|
||||
|
||||
`discard_all_changes()` \
|
||||
Discard all changes made to oil buffers
|
||||
|
||||
|
||||
### set_columns(cols)
|
||||
|
||||
`set_columns(cols)` \
|
||||
|
|
@ -229,6 +231,7 @@ Change the display columns for oil
|
|||
`get_current_dir(): nil|string` \
|
||||
Get the current directory
|
||||
|
||||
|
||||
### open_float(dir)
|
||||
|
||||
`open_float(dir)` \
|
||||
|
|
@ -252,6 +255,7 @@ Open oil browser for a directory
|
|||
`close()` \
|
||||
Restore the buffer that was present when oil was opened
|
||||
|
||||
|
||||
### select(opts)
|
||||
|
||||
`select(opts)` \
|
||||
|
|
@ -284,6 +288,7 @@ Initialize oil
|
|||
| ----- | ------------ | ---- |
|
||||
| opts | `nil\|table` | |
|
||||
|
||||
|
||||
<!-- /API -->
|
||||
|
||||
## FAQ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue