commit | ba98fb54aefada4c36390add4c7dd90b93e7e5bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 18:06:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 18:06:29 2021 +0100 |
tree | b18dcd21c820d42452a935560f3fcee59e700913 | |
parent | 0123cc1e1422003704cc6941916dd75e61fb7976 [diff] [blame] |
patch 8.2.2486: 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.
diff --git a/src/version.c b/src/version.c index ca79c64..e203038 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2486, +/**/ 2485, /**/ 2484,