comparison src/version.c @ 24029:429b4f8d2fac v8.2.2556

patch 8.2.2556: Vim9: :import with "as" not fully supported Commit: https://github.com/vim/vim/commit/0a84284e603e39c1288d71f8f96f66eb7eb1ca61 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 22:41:19 2021 +0100 patch 8.2.2556: Vim9: :import with "as" not fully supported Problem: Vim9: :import with "as" not fully supported. Solution: Implement "as" for more cases.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Feb 2021 22:45:05 +0100
parents 8298c0798040
children 2ff087b47127
comparison
equal deleted inserted replaced
24028:38f3d0098db2 24029:429b4f8d2fac
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 2556,
753 /**/ 755 /**/
754 2555, 756 2555,
755 /**/ 757 /**/
756 2554, 758 2554,
757 /**/ 759 /**/