mirror of
https://github.com/neovim/neovim.git
synced 2025-11-29 05:30:42 +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.