comparison src/version.c @ 23169:5e6855ebc4ea v8.2.2130

patch 8.2.2130: Insert mode completion messages end up in message history Commit: https://github.com/vim/vim/commit/cc2335896ba707bf0d8cf03cca2de7c66fab62a0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 12 13:32:07 2020 +0100 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 https://github.com/vim/vim/issues/7452
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Dec 2020 13:45:04 +0100
parents 2b2561f8602e
children bb7531f77529
comparison
equal deleted inserted replaced
23168:56ca83d325b5 23169:5e6855ebc4ea
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2130,
753 /**/ 755 /**/
754 2129, 756 2129,
755 /**/ 757 /**/
756 2128, 758 2128,
757 /**/ 759 /**/