comparison src/version.c @ 23025:3204c5e23474 v8.2.2059

patch 8.2.2059: Amiga: can't find plugins Commit: https://github.com/vim/vim/commit/6ee874d378829b62e0944063a9a029e81b5debfb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 27 19:01:31 2020 +0100 patch 8.2.2059: Amiga: can't find plugins Problem: Amiga: can't find plugins. Solution: Do not use "**" in the pattern. (Ola S?der, closes https://github.com/vim/vim/issues/7384)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Nov 2020 19:15:04 +0100
parents 4384c44c031a
children f74978697fb6
comparison
equal deleted inserted replaced
23024:201ca8c66377 23025:3204c5e23474
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 2059,
753 /**/ 755 /**/
754 2058, 756 2058,
755 /**/ 757 /**/
756 2057, 758 2057,
757 /**/ 759 /**/