commit | 3e4fa3d7d37162cd08fc0c6e83f52fd323f63eba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 22:05:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 22:05:09 2022 +0000 |
tree | 69a8b9b5f02e2424d86a2671e53df5b07175413b | |
parent | d9d2fd0aa33dd9f7460d6f1e403505a60f7ce2fc [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 728d2b8..782a64a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4087, +/**/ 4086, /**/ 4085,