Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(highlight): add missing g: prefix for colors_name (#22952) | zeertzjq | 2023-04-08 |
| | | | | Fix #22951. This was fixed in Vim in patch 8.2.0613. | ||
* | fix(highlight): avoid ORing underline flags (#22372) | zeertzjq | 2023-02-23 |
| | | | | | When combining attributes use the one that takes priority. For :highlight command use the last one specified. For API use a hard-coded order same as the order in docs. | ||
* | 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. | ||
* | test: :highlight validation errors | nate | 2017-11-25 |
add test when highlight group doesn't exist. add test when an invalid color name is used for `cterm`. |