forked from aniani/vim
patch 8.2.0179: still a few places where range() does not work
Problem: Still a few places where range() does not work. Solution: Fix using range() causing problems.
This commit is contained in:
@@ -4267,6 +4267,7 @@ set_tagstack(win_T *wp, dict_T *d, int action)
|
||||
taggy_T *tagstack = wp->w_tagstack;
|
||||
int tagstackidx = wp->w_tagstackidx;
|
||||
int tagstacklen = wp->w_tagstacklen;
|
||||
|
||||
// delete all the tag stack entries above the current entry
|
||||
while (tagstackidx < tagstacklen)
|
||||
tagstack_clear_entry(&tagstack[--tagstacklen]);
|
||||
|
Reference in New Issue
Block a user