commit | dd5893be34649482ed62525430fb8baa1ec273ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 21:32:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 21:32:54 2022 +0000 |
tree | b53ae04f33ac4c243c48a4650947d0792aa91c6c | |
parent | e615db06046312e74886fa1ef98feb5a9db2a7c3 [diff] [blame] |
patch 8.2.4167: Vim9: error message for old style import Problem: Vim9: error message for old style import. Solution: Use another error message. Add a test.
diff --git a/src/version.c b/src/version.c index eaeb0a1..27ee162 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4167, +/**/ 4166, /**/ 4165,