comparison src/version.c @ 24327:44e42eac77cb v8.2.2704

patch 8.2.2704: adding a lot of completions can be a bit slow Commit: https://github.com/vim/vim/commit/440cf096fad7bf628974abc344343b823d79a006 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 20:13:30 2021 +0200 patch 8.2.2704: adding a lot of completions can be a bit slow Problem: Adding a lot of completions can be a bit slow. Solution: Use fast_breakcheck() instead of ui_breakcheck() when adding a list of completions. (Ben Jackson, closes #8061)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 20:15:03 +0200
parents 52a0e187264b
children cd9f77409393
comparison
equal deleted inserted replaced
24326:7fb9981b8c4f 24327:44e42eac77cb
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 2704,
753 /**/ 755 /**/
754 2703, 756 2703,
755 /**/ 757 /**/
756 2702, 758 2702,
757 /**/ 759 /**/