commit | e5abf7af08ff69e7e038c067497f080d4e44332c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 18:29:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 18:29:35 2020 +0200 |
tree | 7560953e5984d2fcffa9d32a401e0d6b491e9184 | |
parent | cc673e746ab98566556ff964d7a76f2fb46d7f84 [diff] [blame] |
patch 8.2.1467: Vim9: :echomsg doesn't like a dict argument Problem: Vim9: :echomsg doesn't like a dict argument. Solution: Convert arguments like in legacy script. (closes #6717)
diff --git a/src/version.c b/src/version.c index 66506b2..c8794ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1467, +/**/ 1466, /**/ 1465,