diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-02 10:56:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-02 10:56:40 +0800 |
commit | c45d1e32a92f5027fe12038b856509efe5c158fb (patch) | |
tree | 492b01ed1fed314cf279bb84857db1527be91d19 /src/nvim/optionstr.c | |
parent | 387c5ba3de356ea5c5f6fe71465440abd8563d8e (diff) | |
parent | 9d7544ac4cd553c9b7c8b41926b7292c5ee85943 (diff) | |
download | rneovim-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.c | 2 |
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 |