comparison src/globals.h @ 21056:a7c202f5cbe9 v8.2.1079

patch 8.2.1079: Vim9: no line break allowed in a while loop Commit: https://github.com/vim/vim/commit/d5053d015a957b343ad9c9e45e0abd2978f10cf0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 28 15:51:16 2020 +0200 patch 8.2.1079: Vim9: no line break allowed in a while loop Problem: Vim9: no line break allowed in a while loop. Solution: Update stored loop lines when finding line breaks.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jun 2020 16:00:04 +0200
parents d9e0db9b2b99
children 111f877e63d9
comparison
equal deleted inserted replaced
21055:2fd74612d57b 21056:a7c202f5cbe9
1883 EXTERN listitem_T range_list_item; 1883 EXTERN listitem_T range_list_item;
1884 1884
1885 // Passed to an eval() function to enable evaluation. 1885 // Passed to an eval() function to enable evaluation.
1886 EXTERN evalarg_T EVALARG_EVALUATE 1886 EXTERN evalarg_T EVALARG_EVALUATE
1887 # ifdef DO_INIT 1887 # ifdef DO_INIT
1888 = {EVAL_EVALUATE, NULL, {0, 0, 0, 0, NULL}, NULL} 1888 = {EVAL_EVALUATE, NULL, NULL, {0, 0, 0, 0, NULL}, NULL}
1889 # endif 1889 # endif
1890 ; 1890 ;
1891 #endif 1891 #endif
1892 1892
1893 #ifdef MSWIN 1893 #ifdef MSWIN