]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1808: Option insecure flags not copied when splitting window v9.1.1808
authorzeertzjq <zeertzjq@outlook.com>
Mon, 29 Sep 2025 19:30:07 +0000 (19:30 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 29 Sep 2025 19:30:07 +0000 (19:30 +0000)
commitb3740f4b00a78701637a49445adeb20b13e6edf6
tree5794dc09f0236866330cd495d8cfad82207da551
parentfec5586a45dac86f0124f1b6dbd9f61eb418313a
patch 9.1.1808: Option insecure flags not copied when splitting window

Problem:  Option insecure flags not copied when splitting window.
Solution: Move window-local insecure flags to winopt_T and copy them
          properly (zeertzjq).

closes: #18434

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
15 files changed:
src/beval.c
src/buffer.c
src/eval.c
src/findfile.c
src/fold.c
src/indent.c
src/option.c
src/proto/option.pro
src/structs.h
src/tabpanel.c
src/testdir/test_fold.vim
src/testdir/test_modeline.vim
src/testdir/test_statusline.vim
src/textformat.c
src/version.c