aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/optionstr.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-02 10:56:40 +0800
committerGitHub <noreply@github.com>2023-12-02 10:56:40 +0800
commitc45d1e32a92f5027fe12038b856509efe5c158fb (patch)
tree492b01ed1fed314cf279bb84857db1527be91d19 /src/nvim/optionstr.c
parent387c5ba3de356ea5c5f6fe71465440abd8563d8e (diff)
parent9d7544ac4cd553c9b7c8b41926b7292c5ee85943 (diff)
downloadrneovim-c45d1e32a92f5027fe12038b856509efe5c158fb.tar.gz
rneovim-c45d1e32a92f5027fe12038b856509efe5c158fb.tar.bz2
rneovim-c45d1e32a92f5027fe12038b856509efe5c158fb.zip
Merge pull request #26358 from zeertzjq/vim-9.0.2140
vim-patch:9.0.{2140,2141,2142,2143}
Diffstat (limited to 'src/nvim/optionstr.c')
-rw-r--r--src/nvim/optionstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/optionstr.c b/src/nvim/optionstr.c
index 0a7d77e817..544524dd42 100644
--- a/src/nvim/optionstr.c
+++ b/src/nvim/optionstr.c
@@ -442,7 +442,7 @@ int check_signcolumn(win_T *wp)
const char *check_stl_option(char *s)
{
int groupdepth = 0;
- static char errbuf[80];
+ static char errbuf[ERR_BUFLEN];
while (*s) {
// Check for valid keys after % sequences