Files
neovim/test/functional
luukvbaal 3165e94a64 fix(api): ensure win_get_config() "border" is reciprocal (#34322)
fix(api): ensure win_get_config() is reciprocal

Problem:  win_get_config() does not include a 'none' border field,
          causing nvim_open_win() to apply the 'winborder' value.
Solution: Include a 'none' border field in the returned config,
          such that it can be used reciprocally in nvim_open_win()
          to yield the same window layout.
2025-06-06 12:40:57 +02:00
..
2025-06-01 14:13:50 -07:00
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00