]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal v9.1.0832
authorzeertzjq <zeertzjq@outlook.com>
Sun, 3 Nov 2024 08:10:50 +0000 (09:10 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 3 Nov 2024 08:10:50 +0000 (09:10 +0100)
commit46dcd84d242db6b053cb5b777c896cede9ad9b27
tree9529b9738d6ba24ffba2f0f600038d9f8b4706d8
parent6081c17890fefd9cb9a009beaace3d7f7b8d1605
patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal

Problem:  :set doesn't work for 'cot' and 'bkc' after :setlocal.
Solution: clear the local flags when using :set (zeertzjq).

closes: #15981

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