aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorluukvbaal <31730729+luukvbaal@users.noreply.github.com>2022-11-08 00:21:22 +0100
committerGitHub <noreply@github.com>2022-11-08 07:21:22 +0800
commit8147d3df284a075f89746f9d5e948b5220c45f0b (patch)
treeb132435018203f9a41dee15af9afcba0634c4526 /src/nvim/api/vim.c
parent050b0e30b9d8a073a3b421a6cebd878226249ab6 (diff)
downloadrneovim-8147d3df284a075f89746f9d5e948b5220c45f0b.tar.gz
rneovim-8147d3df284a075f89746f9d5e948b5220c45f0b.tar.bz2
rneovim-8147d3df284a075f89746f9d5e948b5220c45f0b.zip
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) https://github.com/vim/vim/commit/7b224fdf4a29f115567d4fc8629c1cef92d8444a
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index beb48b8d7d..d3f8c768a0 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -2223,7 +2223,8 @@ Dictionary nvim_eval_statusline(String str, Dict(eval_statusline) *opts, Error *
buf,
sizeof(buf),
str.data,
- false,
+ NULL,
+ 0,
fillchar,
maxwidth,
hltab_ptr,