commit | 4c6d90458baae843463f930fdc3fe4a7a2191d27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 16 22:04:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 16 22:04:02 2019 +0200 |
tree | 4099cc5627c379a1d957eaba841024658f6ecfab | |
parent | 69a5b867940d25f68a782de5c1165d65b51fcafa [diff] [blame] |
patch 8.1.1705: using ~{} for a literal dict is not nice Problem: Using ~{} for a literal dict is not nice. Solution: Use #{} instead.
diff --git a/src/version.c b/src/version.c index aacfeb6..bc8dab7 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1705, +/**/ 1704, /**/ 1703,