]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2501: not always clear where an error is reported v8.2.2501
authorBram Moolenaar <Bram@vim.org>
Thu, 11 Feb 2021 20:19:34 +0000 (21:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 Feb 2021 20:19:34 +0000 (21:19 +0100)
commitf785aa1354208f6b644e891aa01f8f86d947af7e
treeaa9ed2fee106094256c479215ab91ec129d3d763
parent0bcadf14aa700c166c09f1800ed3de00b9598b39
patch 8.2.2501: not always clear where an error is reported

Problem:    Not always clear where an error is reported.
Solution:   Add the where_T structure and pass it around. (closes #7796)
16 files changed:
src/dict.c
src/errors.h
src/eval.c
src/evalvars.c
src/list.c
src/proto/eval.pro
src/proto/evalvars.pro
src/proto/vim9script.pro
src/proto/vim9type.pro
src/structs.h
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9script.c
src/vim9type.c