comparison src/globals.h @ 19241:c53dbbf3229b v8.2.0179

patch 8.2.0179: still a few places where range() does not work Commit: https://github.com/vim/vim/commit/b09920203a0f2b202497ef9632f8447f73d0f1fb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 30 14:55:42 2020 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Jan 2020 15:00:03 +0100
parents 133ef7ba4e4e
children 764caba332cf
comparison
equal deleted inserted replaced
19240:b30a4b89d48f 19241:c53dbbf3229b
1796 EXTERN int *eval_lavars_used INIT(= NULL); 1796 EXTERN int *eval_lavars_used INIT(= NULL);
1797 1797
1798 // Only filled for Win32. 1798 // Only filled for Win32.
1799 EXTERN char windowsVersion[20] INIT(= {0}); 1799 EXTERN char windowsVersion[20] INIT(= {0});
1800 1800
1801 // Used for a non-materialized range() list. 1801 // Used for lv_first in a non-materialized range() list.
1802 EXTERN listitem_T range_list_item; 1802 EXTERN listitem_T range_list_item;
1803 #endif 1803 #endif
1804 1804
1805 #ifdef MSWIN 1805 #ifdef MSWIN
1806 # ifdef PROTO 1806 # ifdef PROTO