commit | e0be167a805fd547c25ec1ec97fd4c7f13046236 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 16:50:37 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 16:50:37 2018 +0200 |
tree | 423fb96f7b30329ef0b7ccf3d4b2a02620e7929c | |
parent | 4cde86c2ef885e82fff3d925dee9fb5671c025cf [diff] [blame] |
patch 8.1.0166: using dict_add_nr_str() is clumsy Problem: Using dict_add_nr_str() is clumsy. Solution: Split into two functions. (Ozaki Kiichi, closes #3154)
diff --git a/src/version.c b/src/version.c index 24de53f..dd3fb19 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 166, +/**/ 165, /**/ 164,