Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | window: don't crash when closing two floats in a row | Björn Linse | 2019-03-23 | |
| | | | | | prevwin can be set to the current window. Then we can't jump to it after closing a float. | |||
* | api: ignore floating windows for laststatus=1 (#9771) | Marco Hinz | 2019-03-22 | |
| | | | | | ONE_WINDOW considers all windows whereas one_window() ignores floating windows. Fixes https://github.com/neovim/neovim/issues/9768 | |||
* | Merge pull request #9726 from mhinz/nvim_win_get_config | Marco Hinz | 2019-03-17 | |
|\ | | | | | Closes #9723 | |||
| * | api: add tests for new code paths | Marco Hinz | 2019-03-16 | |
| | | ||||
| * | api: numerous small fixes | Marco Hinz | 2019-03-16 | |
| | | ||||
| * | api: add width/height to FloatConfig | Marco Hinz | 2019-03-16 | |
| | | ||||
| * | api: nvim_win_config() -> nvim_win_set_config() | Marco Hinz | 2019-03-16 | |
| | | ||||
* | | Allow using internal popupmenu or ext_popupmenu for wildmenu | Björn Linse | 2019-03-16 | |
|/ | | | | | Deprecate ext_wildmenu. ext_popupmenu already contains more state (anchor position), and will allow further expansion (info about items). | |||
* | compositor: fix rendering issues with floats opened after popupmenu | Björn Linse | 2019-03-14 | |
| | ||||
* | floats: add NormalFloat highlight and 'nonumber' default | Björn Linse | 2019-03-12 | |
| | ||||
* | floating-window: fix crash setting cmdheight #9685 | erw7 | 2019-03-09 | |
| | | | fixes #9680 | |||
* | buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf() | Björn Linse | 2019-03-05 | |
| | ||||
* | api: add nvim_win_close() to close window by id | Björn Linse | 2019-03-03 | |
| | ||||
* | floats: implement floating windows | Björn Linse | 2019-03-02 | |
Co-Author: Dongdong Zhou <dzhou121@gmail.com> |