commit | f4e8cdd3d2156ab52aea1c7a392df66b7210e5eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 12 22:07:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 12 22:07:13 2020 +0200 |
tree | dc6d9acee8bb857e78d4e3d097645b3f105389d2 | |
parent | fc8aa6d02d85b0df703e0a790137891c91503c9e [diff] [blame] |
patch 8.2.1840: Vim9: error message is not clear about compilation error Problem: Vim9: error message is not clear about compilation error. Solution: Say "compiling" instead of "processing".
diff --git a/src/version.c b/src/version.c index f972cbd..2b3657b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1840, +/**/ 1839, /**/ 1838,