commit | 6e2e2cc95b913e33145047e0fade5193da6e4379 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 19:24:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 19:24:46 2022 +0000 |
tree | 6f4755e77b8e86590b6313bdb89f52968894c11f | |
parent | 129e33e44bdbd91d6d7cd49d96268cbed4a05f07 [diff] [blame] |
patch 8.2.4565: no command line completion for :breakadd and :breakdel Problem: No command line completion for :breakadd and :breakdel. Solution: Add completion for :breakadd and :breakdel. (Yegappan Lakshmanan, closes #9950)
diff --git a/src/version.c b/src/version.c index bf3116e..2ea5965 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4565, +/**/ 4564, /**/ 4563,