commit | d5abb4c87727eecb71b0e8ffdda60fc9598272f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 22:46:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 22:46:10 2019 +0200 |
tree | 0166ed6641ae120fe56c807f90a88e071aa74bbd | |
parent | 809ce4d317fe12db0b2c17f16b4f77200fb060c4 [diff] [blame] |
patch 8.1.1683: dictionary with string keys is longer than needed Problem: Dictionary with string keys is longer than needed. Solution: Use *{key: val} for literaly keys.
diff --git a/src/version.c b/src/version.c index efcdb3f..fb7e5c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1683, +/**/ 1682, /**/ 1681,