comparison src/version.c @ 25374:7124992f26ef v8.2.3224

patch 8.2.3224: cannot call script-local function after :vim9cmd Commit: https://github.com/vim/vim/commit/678b207fb111840fec1f0dc43910613ba106b90d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 26 21:10:11 2021 +0200 patch 8.2.3224: cannot call script-local function after :vim9cmd Problem: Cannot call script-local function after :vim9cmd. (Christian J. Robinson) Solution: Skip over "<SNR>123".
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jul 2021 21:15:06 +0200
parents c63a2d24b7e2
children 485ae4421331
comparison
equal deleted inserted replaced
25373:d5b80262eac9 25374:7124992f26ef
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3224,
758 /**/ 760 /**/
759 3223, 761 3223,
760 /**/ 762 /**/
761 3222, 763 3222,
762 /**/ 764 /**/