commit | d47c39775b8d381005751b7b20da56412dafb5e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 20:52:13 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 20:52:13 2021 +0200 |
tree | b5da177ef8fecdf379f397130272f1f05ffdcbb0 | |
parent | 53f7fccc9413c9f770694b56f40f242d383b2d5f [diff] [blame] |
patch 8.2.3238: Vim9: error message does not indicate the location Problem: Vim9: error message does not indicate the location. Solution: Add the relevant text. (issue #8634)
diff --git a/src/version.c b/src/version.c index eb65665..6a8f7c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3238, +/**/ 3237, /**/ 3236,