commit | 779aeff5c32c26161f42cdccbaa2376e78ee77d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 19:12:19 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 19:12:19 2022 +0000 |
tree | 6b03c4f29dc69bd14973d1ab2798a2c2a377b8e2 | |
parent | e023d499378942a6c3a3855cbe461ec2cb570f63 [diff] [blame] |
patch 8.2.4330: Vim9: no error if script imports itself Problem: Vim9: no error if script imports itself. Solution: Give an error when a script imports itself.
diff --git a/src/version.c b/src/version.c index 2feed3c..d7da6df 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4330, +/**/ 4329, /**/ 4328,