commit | c3fc75db023f2acd0b82b7eebffd7ed89e8001ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 15:28:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 15:28:09 2021 +0100 |
tree | ccd13a21ec12f4b20124bedb7397896471ec8e9a | |
parent | 00385114dbd6a3d59516baa02e1ea86a1e7ee70e [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 383e15a..871e048 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2480, +/**/ 2479, /**/ 2478,