mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
fix(options): fix :setglobal not working for 'spelloptions' (#30894)
This commit is contained in:
@@ -5325,6 +5325,7 @@ void buf_copy_options(buf_T *buf, int flags)
|
||||
COPY_OPT_SCTX(buf, BV_SPL);
|
||||
buf->b_s.b_p_spo = xstrdup(p_spo);
|
||||
COPY_OPT_SCTX(buf, BV_SPO);
|
||||
buf->b_s.b_p_spo_flags = spo_flags;
|
||||
buf->b_p_inde = xstrdup(p_inde);
|
||||
COPY_OPT_SCTX(buf, BV_INDE);
|
||||
buf->b_p_indk = xstrdup(p_indk);
|
||||
|
Reference in New Issue
Block a user