comparison src/version.c @ 23154:713912dd96cd v8.2.2123

patch 8.2.2123: after using a complete popup the buffer is listed Commit: https://github.com/vim/vim/commit/d356fc65d273959efa9b05bfa0f07ce1c9ff85a4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 9 18:13:44 2020 +0100 patch 8.2.2123: after using a complete popup the buffer is listed Problem: After using a complete popup the buffer is listed. (Boris Staletic) Solution: Make the buffer unlisted.
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Dec 2020 18:15:03 +0100
parents 1c94e4c9db00
children 6aa8ddf7a3fa
comparison
equal deleted inserted replaced
23153:a40d2987b230 23154:713912dd96cd
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 2123,
753 /**/ 755 /**/
754 2122, 756 2122,
755 /**/ 757 /**/
756 2121, 758 2121,
757 /**/ 759 /**/