mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 21:09:47 +10: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.