comparison src/version.c @ 27914:9a997de62da2 v8.2.4482

patch 8.2.4482: no fuzzy cmdline completion for user defined completion Commit: https://github.com/vim/vim/commit/afd4ae35d66b2e7732eceb5ad9f6b4ece6b7c64c Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Feb 27 21:03:21 2022 +0000 patch 8.2.4482: no fuzzy cmdline completion for user defined completion Problem: No fuzzy cmdline completion for user defined completion. Solution: Add fuzzy completion for user defined completion. (Yegappan Lakshmanan, closes #9858)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Feb 2022 22:15:04 +0100
parents be9e6e0b1591
children 6efa2f193c94
comparison
equal deleted inserted replaced
27913:38695d6adf31 27914:9a997de62da2
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 4482,
757 /**/ 759 /**/
758 4481, 760 4481,
759 /**/ 761 /**/
760 4480, 762 4480,
761 /**/ 763 /**/