commit | a28639e71198238d5c09c43445dc448d7f3fb29b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 22:48:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 22:48:09 2021 +0100 |
tree | 233e8272e3f7978756a45e4ad15e504cccaf151f | |
parent | e64f83cc6aba05baa61ba4a4cb8d4447b8091e5b [diff] [blame] |
patch 8.2.2377: Vim9: crash when using a range after another expression Problem: Vim9: crash when using a range after another expression. Solution: Set the variable type to number. Fix using :put with a range and the "=" register. (closes #7706)
diff --git a/src/version.c b/src/version.c index b809cb2..57b1a0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2377, +/**/ 2376, /**/ 2375,