]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu' v9.1.0835
authorzeertzjq <zeertzjq@outlook.com>
Sun, 3 Nov 2024 08:23:33 +0000 (09:23 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 3 Nov 2024 08:23:33 +0000 (09:23 +0100)
commit6eda269600b5ca952f28e808c662f67e581933d7
tree5a4ce03797b2aafa8da5eb79b9830c0916a03a61
parentca6231b8a695489664aa0ca394840f2c77040928
patch 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu'

Problem:  :setglobal doesn't work properly for 'ffu' and 'tsrfu' when
          the local value is set (after v9.1.0831)
Solution: Check os_flags instead of buffer option variable (zeertzjq).

closes: #15980

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_docmd.c
src/insexpand.c
src/testdir/test_findfile.vim
src/testdir/test_ins_complete.vim
src/version.c