]> granicus.if.org Git - vim/commit
patch 9.0.0844: handling 'statusline' errors is spread out v9.0.0844
authorLuuk van Baal <luukvbaal@gmail.com>
Mon, 7 Nov 2022 12:16:51 +0000 (12:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Nov 2022 12:16:51 +0000 (12:16 +0000)
commit7b224fdf4a29f115567d4fc8629c1cef92d8444a
tree5f610db7cd966ed44e3dd29dd41223f3d0176403
parent1756f4b21837e8596241ecd668f4abbbab4bc7e5
patch 9.0.0844: handling 'statusline' errors is spread out

Problem:    Handling 'statusline' errors is spread out.
Solution:   Pass the option name to the lower levels so the option can be
            reset there when an error is encountered. (Luuk van Baal,
            closes #11467)
src/buffer.c
src/drawscreen.c
src/gui.c
src/hardcopy.c
src/proto/buffer.pro
src/screen.c
src/version.c