commit | 6853c38b78fe5333f95470e1ff3ca6741247e600 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 22:12:19 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 22:12:19 2021 +0200 |
tree | f1cb34af0b184966d3f23297e9d3726b2e43ba03 | |
parent | 89a54b413a8c96206ce7e038dde81a6eff6cd6b8 [diff] [blame] |
patch 8.2.3411: Vim9: crash when using base name of import Problem: Vim9: crash when using base name of import. (Naohiro Ono) Solution: Check the import flags. (closes #8843)
diff --git a/src/version.c b/src/version.c index 979c039..e5facba 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3411, +/**/ 3410, /**/ 3409,