comparison src/version.c @ 27499:df414fc12eed v8.2.4277

patch 8.2.4277: Vim9: an import does not shadow a command modifier Commit: https://github.com/vim/vim/commit/68854a82fdedebf6ee0675d1abeae6fc627ff6bb Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 31 18:59:13 2022 +0000 patch 8.2.4277: Vim9: an import does not shadow a command modifier Problem: Vim9: an import does not shadow a command modifier. Solution: Do not accept a command modifier followed by a dot.
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 20:00:06 +0100
parents 7480a2e2ca0f
children 378d3f7483e9
comparison
equal deleted inserted replaced
27498:12b8870b9181 27499:df414fc12eed
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4277,
749 /**/ 751 /**/
750 4276, 752 4276,
751 /**/ 753 /**/
752 4275, 754 4275,
753 /**/ 755 /**/