commit | 101f4810e27e432970bc8809e18f018e1795937f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 23:18:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 16 23:18:51 2020 +0200 |
tree | e9087cbb9b5d767866fce51696cce626fc21d051 | |
parent | 0fe937fd8616fcd24b1b1ef2ab9f1657615dd22c [diff] [blame] |
patch 8.2.0992: Vim9: crash when using :import in the Vim command Problem: Vim9: crash when using :import in the Vim command. Solution: Give an error when using :import outside of a script. (closes #6271)
diff --git a/src/version.c b/src/version.c index 9df09d1..c1d8ca0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 992, +/**/ 991, /**/ 990,