commit | daa2f36573db3e1df7eb1fdbc3a09a2815644048 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 21:33:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 21:33:21 2020 +0200 |
tree | 5c3b88df2975ada769c4e5c0d660be57be2a9d46 | |
parent | 4a6d1b660fcea67931202527ad2852da55d26d49 [diff] [blame] |
patch 8.2.1398: autoload script sourced twice if sourced directly Problem: Autoload script sourced twice if sourced directly. Solution: Do not source an autoload script again. (issue #6644)
diff --git a/src/version.c b/src/version.c index b67d3c3..e97b390 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1398, +/**/ 1397, /**/ 1396,