commit | d6c2f0526064eef6f8917d2bad00df707d79ea16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 23:22:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 14 23:22:59 2016 +0100 |
tree | e19f524ca505de212732685b54eb5ef232ef950a | |
parent | 1735bc988c546cc962c5f94792815b4d7cb79710 [diff] [blame] |
patch 7.4.1560 Problem: Dict options with a dash are more difficult to use. Solution: Use an underscore, so that dict.err_io can be used.
diff --git a/src/version.c b/src/version.c index eb42b32..52e2b80 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1560, +/**/ 1559, /**/ 1558,