commit | c0d656c89df4cf5a7d712dfb264853b9ca7d586f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 21:12:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 21:12:40 2020 +0100 |
tree | f5c37e58143ef4c7afc9b6ef426fc732617b857e | |
parent | fd1823e0b783c31a5022c7a4d31c34d84ff0a744 [diff] [blame] |
patch 8.2.0284: Vim9: assignment test fails Problem: Vim9: assignment test fails. Solution: Avoid duplicating "s:".
diff --git a/src/version.c b/src/version.c index f97c505..c09d556 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 284, +/**/ 283, /**/ 282,