]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2130: Insert mode completion messages end up in message history v8.2.2130
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Dec 2020 12:32:07 +0000 (13:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Dec 2020 12:32:07 +0000 (13:32 +0100)
commitcc2335896ba707bf0d8cf03cca2de7c66fab62a0
tree152b336bb2486e6f299e53b325cade4b99fe1388
parent0ea7421ae6618fe8efe9e3afc8fdcf7a4d89739a
patch 8.2.2130: Insert mode completion messages end up in message history

Problem:    Insert mode completion messages end up in message history.
Solution:   Set msg_hist_off. (closes #7452
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c