mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
This commit is contained in:
parent
c8430fdd8d
commit
ef040d0ba5
1 changed files with 7 additions and 0 deletions
|
@ -381,6 +381,13 @@ win:scratch()
|
|||
win:scroll(up)
|
||||
```
|
||||
|
||||
### `win:set_buf()`
|
||||
|
||||
```lua
|
||||
---@param buf number
|
||||
win:set_buf(buf)
|
||||
```
|
||||
|
||||
### `win:set_title()`
|
||||
|
||||
```lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue