comparison src/version.c @ 23344:1f37fd20f851 v8.2.2215

patch 8.2.2215: Vim9: not recognized in global command Commit: https://github.com/vim/vim/commit/56ce9ea3ea46529cac2fdf3151abfa0e1ae49bad Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 25 18:35:29 2020 +0100 patch 8.2.2215: Vim9: not recognized in global command Problem: Vim9: not recognized in global command. Solution: Skip over pattern. (issue https://github.com/vim/vim/issues/7541)
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Dec 2020 18:45:03 +0100
parents 13572a262b15
children 2060f53b7c17
comparison
equal deleted inserted replaced
23343:2085a9327b52 23344:1f37fd20f851
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 2215,
753 /**/ 755 /**/
754 2214, 756 2214,
755 /**/ 757 /**/
756 2213, 758 2213,
757 /**/ 759 /**/