]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0991: v:stacktrace has wrong type in Vim9 script v9.1.0991
authorzeertzjq <zeertzjq@outlook.com>
Mon, 6 Jan 2025 17:32:13 +0000 (18:32 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 6 Jan 2025 17:32:13 +0000 (18:32 +0100)
commit6655bef33047b826e0ccb8c686f3f57e47161b1c
tree27521537a5b9ee1e27529c924df7d26014e5f024
parentcf1f55548d1c8782c5bd11f82354d98fb30cde42
patch 9.1.0991: v:stacktrace has wrong type in Vim9 script

Problem:  v:stacktrace has wrong type in Vim9 script.
Solution: Change the type to t_list_dict_any.  Fix grammar in docs.
          (zeertzjq)

closes: #16390

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