]> granicus.if.org Git - vim/commit
patch 8.2.2688: Vim9: crash when using s: for script variable v8.2.2688
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Apr 2021 19:38:53 +0000 (21:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Apr 2021 19:38:53 +0000 (21:38 +0200)
commitca51cc0a335d0c449784440501c7d46ee8f84ce4
treed55f7f7a04a28baa10376338ce08f678a9c860dd
parentd877a5700fe9d5b92562514924549316382384aa
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)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c