commit | 1040956292a9f2c3d02fc08febd5acf349c85590 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 20:00:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 20:00:38 2020 +0200 |
tree | 9478dbc3a208ce7689737cd8ba36aac07c86689e | |
parent | 7b7f78f51dc5a2c307330af0d4e53faced34726f [diff] [blame] |
patch 8.2.1322: Vim9: method on double quoted string doesn't work Problem: Vim9: method on double quoted string doesn't work. Solution: Recognize double quoted string. (closes #6562)
diff --git a/src/version.c b/src/version.c index db2e9b4..bb1c4ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1322, +/**/ 1321, /**/ 1320,