]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2480: Vim9: some errors for white space do not show context v8.2.2480
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2021 14:28:09 +0000 (15:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2021 14:28:09 +0000 (15:28 +0100)
commitc3fc75db023f2acd0b82b7eebffd7ed89e8001ed
treeccd13a21ec12f4b20124bedb7397896471ec8e9a
parent00385114dbd6a3d59516baa02e1ea86a1e7ee70e
patch 8.2.2480: Vim9: some errors for white space do not show context

Problem:    Vim9: some errors for white space do not show context.
Solution:   Include the text at the error.
src/dict.c
src/errors.h
src/list.c
src/userfunc.c
src/version.c
src/vim9compile.c
src/vim9script.c
src/vim9type.c