forked from aniani/vim
patch 8.2.0159: non-materialized range() list causes problems
Problem: Non-materialized range() list causes problems. (Fujiwara Takuya) Solution: Materialize the list where needed.
This commit is contained in:
@@ -3739,6 +3739,7 @@ match_add(
|
||||
listitem_T *li;
|
||||
int i;
|
||||
|
||||
range_list_materialize(pos_list);
|
||||
for (i = 0, li = pos_list->lv_first; li != NULL && i < MAXPOSMATCH;
|
||||
i++, li = li->li_next)
|
||||
{
|
||||
|
Reference in New Issue
Block a user