comparison src/version.c @ 23942:39cf2d8e7edf v8.2.2513

patch 8.2.2513: Vim9: missing part of :vim9cmd change Commit: https://github.com/vim/vim/commit/9979fcd72ed671ec2c98800587c3a6996adb27d4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 14 13:30:01 2021 +0100 patch 8.2.2513: Vim9: missing part of :vim9cmd change Problem: Vim9: missing part of :vim9cmd change. Solution: Use command modifier in in_vim9script().
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Feb 2021 13:45:03 +0100
parents 949238ccbd50
children 6e593e0aaadf
comparison
equal deleted inserted replaced
23941:0551ce224ea7 23942:39cf2d8e7edf
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 2513,
753 /**/ 755 /**/
754 2512, 756 2512,
755 /**/ 757 /**/
756 2511, 758 2511,
757 /**/ 759 /**/