mirror of
https://github.com/neovim/neovim.git
synced 2026-07-27 11:06:38 +00:00
Problem: 'winborder' accepting multiple string values.
Solution: Use the fallback did_set_str_generic() callback instead of
did_set_winborder() which calls opt_strings_flags() with
incorrect last argument.