commit | cc2335896ba707bf0d8cf03cca2de7c66fab62a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 13:32:07 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 13:32:07 2020 +0100 |
tree | 152b336bb2486e6f299e53b325cade4b99fe1388 | |
parent | 0ea7421ae6618fe8efe9e3afc8fdcf7a4d89739a [diff] [blame] |
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
diff --git a/src/version.c b/src/version.c index 9dae296..65b2857 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2130, +/**/ 2129, /**/ 2128,