mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
c14954a840
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. |
||
---|---|---|
.. | ||
testdir | ||
memfile_test.c |