commit | 06f9c6940a88d132c85eb2a1b5034fa7653518ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 21:27:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 21:27:40 2020 +0200 |
tree | 5d40f32db31b95ebad2033e1fa10d3031d787e6e | |
parent | 6c542f77eba73a95447f285149b3fcb011aa9675 [diff] [blame] |
patch 8.2.1764: Vim9: no error when assigning to script var with wrong type Problem: Vim9: no error when assigning to script var with wrong type. Solution: Fix off-by-one error. (closes #7028)
diff --git a/src/version.c b/src/version.c index 60ab7d1..4b459f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1764, +/**/ 1763, /**/ 1762,