comparison src/version.c @ 22061:d6120c97f57c v8.2.1580

patch 8.2.1580: wildmenu does not work properly Commit: https://github.com/vim/vim/commit/a60053b8f4cc7e135ba9496a8f4855d26aee09e7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 3 16:50:13 2020 +0200 patch 8.2.1580: wildmenu does not work properly Problem: Wildmenu does not work properly. Solution: Do not call may_do_incsearch_highlighting() if completion is in progress.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Sep 2020 17:00:04 +0200
parents 82bcf109c573
children 0716b3299872
comparison
equal deleted inserted replaced
22060:aad76bff96d2 22061:d6120c97f57c
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1580,
757 /**/ 759 /**/
758 1579, 760 1579,
759 /**/ 761 /**/
760 1578, 762 1578,
761 /**/ 763 /**/