commit | b8be54dcc517c9d57b62409945b7d4b90b6c3071 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 18:22:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 18:22:59 2019 +0200 |
tree | f5eb85275a6b6f3a9eea3c819cb19e8c354f7991 | |
parent | 37d9f175a4ab885052583746982d6bbfbe0095b9 [diff] [blame] |
patch 8.1.1692: using *{} for literal dict is not backwards compatible Problem: Using *{} for literal dict is not backwards compatible. (Yasuhiro Matsumoto) Solution: Use ~{} instead.
diff --git a/src/version.c b/src/version.c index cc6dc44..0a4545e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1692, +/**/ 1691, /**/ 1690,