comparison src/version.c @ 27112:60df9f2679a6 v8.2.4085

patch 8.2.4085: Vim9: no test for using import in legacy script Commit: https://github.com/vim/vim/commit/c43e6235c7b3e64f81c6a4e294e4e47abf7a869a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 20:51:56 2022 +0000 patch 8.2.4085: Vim9: no test for using import in legacy script Problem: Vim9: no test for using import in legacy script. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 22:00:05 +0100
parents 62b88e6cd791
children 98a01021e465
comparison
equal deleted inserted replaced
27111:b0044a5ce6d9 27112:60df9f2679a6
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 4085,
753 /**/ 755 /**/
754 4084, 756 4084,
755 /**/ 757 /**/
756 4083, 758 4083,
757 /**/ 759 /**/