commit | 0a47e0970a0e5d99aa7089169e0bcca0401decce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 18:30:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 18:30:06 2020 +0200 |
tree | 4ee75e19d665e343043adbf9a09657c7e16ef4fb | |
parent | 002262f4dee452964190b0d022aa7443f602b288 [diff] [blame] |
patch 8.2.1157: Vim9: dict.name is not recognized as an expression Problem: Vim9: dict.name is not recognized as an expression. Solution: Recognize ".name". (closes #6418)
diff --git a/src/version.c b/src/version.c index e362e27..a54d33b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1157, +/**/ 1156, /**/ 1155,