0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4570: no command line completion for :profile and :profdel

Problem:    No command line completion for :profile and :profdel.
Solution:   Implement completion. (Yegappan Lakshmanan, closes #9955)
This commit is contained in:
Yegappan Lakshmanan
2022-03-15 10:53:09 +00:00
committed by Bram Moolenaar
parent 977525fea6
commit 1fdf84e033
5 changed files with 67 additions and 9 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4570,
/**/
4569,
/**/