commit | 1fdf84e033f8c4eead3b4ccebb1969cfbc7d10db | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Mar 15 10:53:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 10:53:09 2022 +0000 |
tree | 6ed313f31160373533389e95b6bc8e0a55971ec1 | |
parent | 977525fea662b7f37ad0e052894c1f62b5b03269 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b634d8b..51b6370 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4570, +/**/ 4569, /**/ 4568,