comparison src/version.c @ 24218:40e27d96e395 v8.2.2650

patch 8.2.2650: Vim9: command modifiers not handled in nested function Commit: https://github.com/vim/vim/commit/2fecb53115e25de6203363be8018ee676ad1422b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 24 22:00:56 2021 +0100 patch 8.2.2650: Vim9: command modifiers not handled in nested function Problem: Vim9: command modifiers not handled in nested function. Solution: Keep function-local info in a structure and save it on the stack.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Mar 2021 22:15:03 +0100
parents 77cb22562852
children a7a9176bb542
comparison
equal deleted inserted replaced
24217:d78d5ce72580 24218:40e27d96e395
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2650,
753 /**/ 755 /**/
754 2649, 756 2649,
755 /**/ 757 /**/
756 2648, 758 2648,
757 /**/ 759 /**/