commit | 3558afe9e9e904cabb8475392d859f2d2fc21041 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 16:12:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 16:12:57 2022 +0100 |
tree | 3ec453686754ece5109f487f5cd9843a4632bf5b | |
parent | d93009eb35c88bfc38781fefdf42ebdb02c61474 [diff] [blame] |
patch 9.0.0742: reading past end of the line when compiling a function Problem: Reading past end of the line when compiling a function with errors. Solution: Do not return an invalid pointer. Fix skipping redirection.
diff --git a/src/testdir/test_vim9_func.vim b/src/testdir/test_vim9_func.vim index 38766e3..bb56356 100644 --- a/src/testdir/test_vim9_func.vim +++ b/src/testdir/test_vim9_func.vim Binary files differ