]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0883: message history cleanup is missing some tests v9.1.0883
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Sun, 24 Nov 2024 12:48:05 +0000 (13:48 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 Nov 2024 12:48:05 +0000 (13:48 +0100)
commit9f860a14c308f7a9a27a6850d36790615717a710
treeb1ef3664ddae9d0f4af6886cdfc6c76caacde4a0
parenta01148d2cb2f8d2820a5b95474d11db0d1802360
patch 9.1.0883: message history cleanup is missing some tests

Problem:  message history cleanup is missing some tests
Solution: Add tests, refactor common code into did_set_msghistory()
          (Shougo Matsushita)

closes: #16078

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Milly <milly.ca@gmail.com>
Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
src/message.c
src/option.c
src/optiondefs.h
src/proto/message.pro
src/proto/option.pro
src/testdir/test_cmdline.vim
src/version.c