mirror of
https://github.com/neovim/neovim.git
synced 2026-01-31 09:04:29 +00:00
Problem: `nvim_win_set_config` cannot set the title and footer independently. When only one is given, the other is reset to the default of "left". Solution: Reuse existing title/footer value if not provided.