]> granicus.if.org Git - vim/commit
patch 8.2.2266: Vim9: it can be hard to see where white space is missing v8.2.2266
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 18:17:55 +0000 (19:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 18:17:55 +0000 (19:17 +0100)
commite7a73e07625b64a40671a0007ad38a34cbe9d1ee
tree178142087cbd6bda86fed3cf18d5cc20788aa570
parentb8ba9b919708f44b718c17f1fec85b1df8050a17
patch 8.2.2266: Vim9: it can be hard to see where white space is missing

Problem:    Vim9: it can be hard to see where white space is missing.
Solution:   Mention the text where the error was seen. (closes #7580)
src/errors.h
src/eval.c
src/evalvars.c
src/testdir/test_vim9_expr.vim
src/userfunc.c
src/version.c
src/vim9compile.c