comparison src/version.c @ 31770:8d2bfc85e3c5 v9.0.1217

patch 9.0.1217: using an object member in a closure doesn't work Commit: https://github.com/vim/vim/commit/486fc25a295464d107264b63997bdbe3745e3c71 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 18 14:51:07 2023 +0000 patch 9.0.1217: using an object member in a closure doesn't work Problem: Using an object member in a closure doesn't work. Solution: Initialize lv_loop_depth. (closes https://github.com/vim/vim/issues/11840)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Jan 2023 16:00:06 +0100
parents 3f0f639eed9a
children 152bb9e6b4b4
comparison
equal deleted inserted replaced
31769:a169126bf2a3 31770:8d2bfc85e3c5
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1217,
698 /**/ 700 /**/
699 1216, 701 1216,
700 /**/ 702 /**/
701 1215, 703 1215,
702 /**/ 704 /**/