comparison src/version.c @ 24355:beb395ca3e2f v8.2.2718

patch 8.2.2718: Vim9: no explicit test for using a global function without g: Commit: https://github.com/vim/vim/commit/0865b15bc6d869d56713f674d66ad3d0509bf4b9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 5 15:38:51 2021 +0200 patch 8.2.2718: Vim9: no explicit test for using a global function without g: Problem: Vim9: no explicit test for using a global function without the g: prefix. Solution: Add a test case.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Apr 2021 15:45:08 +0200
parents c80daba2b5df
children 108a6e2497f6
comparison
equal deleted inserted replaced
24354:5154610c4f93 24355:beb395ca3e2f
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 2718,
753 /**/ 755 /**/
754 2717, 756 2717,
755 /**/ 757 /**/
756 2716, 758 2716,
757 /**/ 759 /**/