mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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:
@@ -1798,7 +1798,7 @@ EXTERN int *eval_lavars_used INIT(= NULL);
|
||||
// Only filled for Win32.
|
||||
EXTERN char windowsVersion[20] INIT(= {0});
|
||||
|
||||
// Used for a non-materialized range() list.
|
||||
// Used for lv_first in a non-materialized range() list.
|
||||
EXTERN listitem_T range_list_item;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user