1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2021-12-21 13:19:42 +00:00
committed by Bram Moolenaar
parent 59618fed4c
commit d92813a598
2 changed files with 512 additions and 398 deletions

View File

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