Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.2.0235: draw error when an empty group is removed from 'statusline' | Björn Linse | 2020-02-09 |
| | | | | | | Problem: Draw error when an empty group is removed from 'statusline'. Solution: Do not use highlighting from a removed group. https://github.com/vim/vim/commit/dbe5d361feb65137099644329cf0ecfd4a945a14 | ||
* | 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. | ||
* | transstr_buf: fix length comparison #8681 | Michael Hoffmann | 2018-07-10 |
| | | | | | | | | | | | | | | | closes #8466 closes #8664 Regression by 0d7daaad98d5. - Fix length comparison. - Fix loop(s) which iterated over all fields of array `pcc` even if it was not filled up (try unicode 0x9f as statusline character). Note about the tests: - To input unicode with more than two hex digits you can use <C-v>U...: a + U+fe20: a︠ a + U+fe20 + U+fe21: a︠︡ | ||
* | test/ui: doublewidth rendering. multibyte and cmdwin chars in folded lines ↵ | Björn Linse | 2018-06-12 |
(#8534) |