commit | d92813a59877c707e4b64bea6d786aad152acb45 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Dec 21 13:19:42 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 21 13:19:42 2021 +0000 |
tree | 14caa9a7b6ebfefab44639248f152409dd4e9a93 | |
parent | 59618fed4ce118d12686c2e5c7c09601c8177817 [diff] [blame] |
patch 8.2.3867: implementation of some list functions too complicated Problem: Implementation of some list functions too complicated. Solution: Refactor do_sort_uniq(), f_count() and extend() (Yegappan Lakshmanan, closes #9378)
diff --git a/src/version.c b/src/version.c index 2c46608..aa699a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3867, +/**/ 3866, /**/ 3865,