| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | screen.lua: remove screen:_on_event #11488 | Justin M. Keyes | 2019-12-01 |
| | | | | Tests can redefine the handlers, so we don't need this extra hook. | ||
| * | tests/ui: remove unnecessary screen:detach() | Björn Linse | 2019-10-13 |
| | | | | | | | | | | | | | | It is perfectly fine and expected to detach from the screen just by the UI disconnecting from nvim or exiting nvim. Just keep detach() in screen_basic_spec, to get some coverage of the detach method itself. This avoids hang on failure in many situations (though one could argue that detach() should be "fast", or at least "as fast as resize", which works in press-return already). Never use detach() just to change the size of the screen, try_resize() method exists for that specifically. | ||
| * | tests: introduce screen:expect{...} form | Björn Linse | 2018-08-27 |
| | | |||
| * | Merge #7454 'ui: ext_wildmenu' | Justin M. Keyes | 2017-10-31 |
| | | | | | | closes #6168 ref #5686 | ||
| * | api/ext_tabline: `curtab` should be a Tabpage handle. | Justin M. Keyes | 2017-04-28 |
| | | |||
| * | api/ext_tabline: List of Dicts. | Justin M. Keyes | 2017-04-26 |
| | | |||
| * | api: nvim_ui_attach(): Flatten ext_* options. | Justin M. Keyes | 2017-04-26 |
| | | |||
| * | api/ui: externalize tabline | Justin M. Keyes | 2017-04-26 |
| | | | | | | | - Work with a bool[] array parallel to the UIWidget enum. - Rename some functions. - Documentation. | ||
| * | api/ui: externalize tabline | Dongdong Zhou | 2017-04-26 |