]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0895: default history value is too small v9.1.0895
authorLuca Saccarola <github.e41mv@aleeas.com>
Thu, 28 Nov 2024 21:27:28 +0000 (22:27 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Nov 2024 21:27:28 +0000 (22:27 +0100)
commitc0d30eff6d5367a6e4eb7365501e7501dde31539
tree9872cad458a7f7a35a40c9b8b75ea808c4e9b988
parent60ddb1a14025dc061908a1b7a0a3a82b4bbed223
patch 9.1.0895: default history value is too small

Problem:  default history value is too small
Solution: promote the change from defaults.vim back to
          the C core, so increase the default 'history' option value
          from 50 to 200 (Lucca Saccarola)

closes: #16129

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/defaults.vim
runtime/doc/options.txt
src/optiondefs.h
src/version.c