comparison src/version.c @ 26240:640b62dbf6cb v8.2.3651

patch 8.2.3651: Vim9: no error for :lock or :unlock with unknown variable Commit: https://github.com/vim/vim/commit/04b568b38f848293e1ae0e680685280151acb386 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 22 21:58:41 2021 +0000 patch 8.2.3651: Vim9: no error for :lock or :unlock with unknown variable Problem: Vim9: no error for :lock or :unlock with unknown variable. Solution: Give an error. (closes https://github.com/vim/vim/issues/9188)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 23:00:03 +0100
parents 14b4c778b61e
children 685206b54ecf
comparison
equal deleted inserted replaced
26239:5187470e768c 26240:640b62dbf6cb
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3651,
760 /**/ 762 /**/
761 3650, 763 3650,
762 /**/ 764 /**/
763 3649, 765 3649,
764 /**/ 766 /**/