commit | ca51cc0a335d0c449784440501c7d46ee8f84ce4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 21:38:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 21:38:53 2021 +0200 |
tree | d55f7f7a04a28baa10376338ce08f678a9c860dd | |
parent | d877a5700fe9d5b92562514924549316382384aa [diff] [blame] |
patch 8.2.2688: Vim9: crash when using s: for script variable Problem: Vim9: crash when using s: for script variable. Solution: Pass the end pointer. (closes #8045)
diff --git a/src/version.c b/src/version.c index 0fb8bc3..7da1fc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2688, +/**/ 2687, /**/ 2686,