mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)
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 vim/vim#11467)
7b224fdf4a
This commit is contained in:
@@ -233,7 +233,8 @@ describe('buffer functions', function()
|
||||
output_buffer,
|
||||
buffer_byte_size,
|
||||
to_cstr(pat),
|
||||
false,
|
||||
NULL,
|
||||
0,
|
||||
fillchar,
|
||||
maximum_cell_count,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user