comparison src/version.c @ 21522:e17d0b882194 v8.2.1311

patch 8.2.1311: test failures with legacy Vim script Commit: https://github.com/vim/vim/commit/68e30449a2954557d6542fdc2ccea32d4f8ddf9d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 28 21:15:07 2020 +0200 patch 8.2.1311: test failures with legacy Vim script Problem: Test failures with legacy Vim script. Solution: Actually check for Vim9 script.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jul 2020 21:30:04 +0200
parents 25cdb1d6585a
children 8c6433359913
comparison
equal deleted inserted replaced
21521:cee5f384f5b2 21522:e17d0b882194
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1311,
757 /**/ 759 /**/
758 1310, 760 1310,
759 /**/ 761 /**/
760 1309, 762 1309,
761 /**/ 763 /**/