]> granicus.if.org Git - vim/commit
patch 8.2.1909: number of status line items is limited to 80 v8.2.1909
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Oct 2020 20:05:27 +0000 (21:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Oct 2020 20:05:27 +0000 (21:05 +0100)
commit8133cc6bf454eb90bb0868f7cf806fce5c0c9fe6
treebfb32937e3b811412be16b24058e03840e94cc78
parentc8970b94645d0730f4a7cc42388ff32665398e8b
patch 8.2.1909: number of status line items is limited to 80

Problem:    Number of status line items is limited to 80.
Solution:   Dynamically allocate the arrays. (Rom Grk, closes #7181)
runtime/doc/options.txt
src/buffer.c
src/optionstr.c
src/proto/buffer.pro
src/screen.c
src/structs.h
src/testdir/test_options.vim
src/testdir/test_statusline.vim
src/version.c
src/vim.h