commit | 3d48e25dcb661eb09ccdaa73d4e2559201ff2eb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 14:15:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 14:15:52 2020 +0200 |
tree | 6fb59dcc6de0cce1c7ea441df3b1b4a47a25b4b5 | |
parent | 1e1f612bd42085becb2208b9a95ed3ed0d272ee8 [diff] [blame] |
patch 8.2.1218: Vim9: cannot use 'text'->func() Problem: Vim9: cannot use 'text'->func(). Solution: Recognize string at start of command.
diff --git a/src/version.c b/src/version.c index 42e6f79d..44769fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1218, +/**/ 1217, /**/ 1216,