comparison src/version.c @ 27116:5b267700e6ab v8.2.4087

patch 8.2.4087: cannot test items from an autoload script easily Commit: https://github.com/vim/vim/commit/3e4fa3d7d37162cd08fc0c6e83f52fd323f63eba Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 22:05:09 2022 +0000 patch 8.2.4087: cannot test items from an autoload script easily Problem: Cannot test items from an autoload script easily. Solution: Add the "autoload" value for test_override().
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 23:15:03 +0100
parents 98a01021e465
children 2f854597399f
comparison
equal deleted inserted replaced
27115:45d988099660 27116:5b267700e6ab
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 4087,
753 /**/ 755 /**/
754 4086, 756 4086,
755 /**/ 757 /**/
756 4085, 758 4085,
757 /**/ 759 /**/