1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/bundle/plenary.nvim/CHANGELOG.md

8 lines
256 B
Markdown
Raw Normal View History

2022-05-16 22:20:10 +08:00
## Pre-Alpha
- Change the keys in tables returned by functions in the `plenary.window.float` module:
- `buf` -> `bufnr`
- `minor_buf` -> `minor_bufnr`
- `border_buf` -> `border_bufnr`
- `win` -> `win_id`
- `minor_win` -> `minor_win_id`