comparison src/version.c @ 26250:3711e56f7e7b v8.2.3656

patch 8.2.3656: Vim9: no error for an evironment variable by itself Commit: https://github.com/vim/vim/commit/65259b5c6a8ad4edaf6eeb8dbb7b50342c64d403 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 23 14:52:06 2021 +0000 patch 8.2.3656: Vim9: no error for an evironment variable by itself Problem: Vim9: no error for an evironment variable by itself. Solution: Give a "without effect" error. (closes https://github.com/vim/vim/issues/9166)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Nov 2021 16:00:06 +0100
parents 36361f080ffd
children 3d92646fe6c8
comparison
equal deleted inserted replaced
26249:785bcb1fe213 26250:3711e56f7e7b
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 3656,
760 /**/ 762 /**/
761 3655, 763 3655,
762 /**/ 764 /**/
763 3654, 765 3654,
764 /**/ 766 /**/