]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0590: Vim9: crash when accessing getregionpos() return value v9.1.0590
authorzeertzjq <zeertzjq@outlook.com>
Tue, 16 Jul 2024 18:34:16 +0000 (20:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 16 Jul 2024 18:34:16 +0000 (20:34 +0200)
commitd4d120720862ba21654e614d975d21738f8a02e4
tree341dfdf62ff70582a2131c82a4e99d8c34cc082a
parent03d20aaac43f8d459641ce45f4a1d20b804aaa6f
patch 9.1.0590: Vim9: crash when accessing getregionpos() return value

Problem:  Vim9: crash when accessing getregionpos() return value.
Solution: Correct the return type (zeertzjq).

fixes: #15272
closes: #15273

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/evalfunc.c
src/globals.h
src/testdir/test_vim9_builtin.vim
src/version.c