comparison src/version.c @ 28185:dcb449ae45c9 v8.2.4618

patch 8.2.4618: cmdline completion does not recognize single letter commands Commit: https://github.com/vim/vim/commit/f4f0525c34d2aa32f214155b0dadcd274ed05dd1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 24 13:08:36 2022 +0000 patch 8.2.4618: cmdline completion does not recognize single letter commands Problem: Command line completion does not recognize single letter commands. Solution: Use the condition from find_ex_command().
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Mar 2022 14:15:02 +0100
parents 2b595cee4c85
children d27a9eed9849
comparison
equal deleted inserted replaced
28184:b67e3db70515 28185:dcb449ae45c9
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 4618,
753 /**/ 755 /**/
754 4617, 756 4617,
755 /**/ 757 /**/
756 4616, 758 4616,
757 /**/ 759 /**/