commit | 7c24dfddc28776eeff7464982ae5b94e187b6135 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 17:03:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 17:03:55 2022 +0000 |
tree | 2b84bb1e2900eeaf8a892830bb01a35dfe7b9dfd | |
parent | 04935fb17e5f0f66b82cf4546b9752d3d1fa650e [diff] [blame] |
patch 8.2.4044: Vim9: no error when importing the same script twice Problem: Vim9: no error when importing the same script twice. Solution: Give an error, unless it is a reload.
diff --git a/src/version.c b/src/version.c index cdfadeb..86ab085 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4044, +/**/ 4043, /**/ 4042,