neovim/test/old
glepnir c14954a840 feat(option): add winborder option
Problem:
There is currently no global option to define the default border style for floating windows. This leads to repetitive code when developers need consistent styling across multiple floating windows.

Solution:
Introduce a global option winborder to specify the default border style for floating windows. When a floating window is created without explicitly specifying a border style, the value of the winborder option will be used. This simplifies configuration and ensures consistency in floating window appearance.
2024-12-10 15:05:01 +08:00
..
testdir feat(option): add winborder option 2024-12-10 15:05:01 +08:00
memfile_test.c build: remove PVS 2023-11-12 21:26:39 +01:00