commit | e7a73e07625b64a40671a0007ad38a34cbe9d1ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 19:17:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 19:17:55 2021 +0100 |
tree | 178142087cbd6bda86fed3cf18d5cc20788aa570 | |
parent | b8ba9b919708f44b718c17f1fec85b1df8050a17 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 770c1c7..493dece 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2266, +/**/ 2265, /**/ 2264,