commit | b6fc72851c45a36a370f9516c68508e47b41c4c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 04 22:24:16 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 04 22:24:16 2018 +0100 |
tree | 7da05b1356fc904ee84d4a41f894d84b9fa1689e | |
parent | 97195685334c800c5ad1328d957d1bf21f5fa1fa [diff] [blame] |
patch 8.1.0562: parsing of 'diffopt' is slightly wrong Problem: Parsing of 'diffopt' is slightly wrong. Solution: Fix the parsing and add a test. (Jason Franklin, Christian Brabandt)
diff --git a/src/version.c b/src/version.c index cbe4636..f86f7c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 562, +/**/ 561, /**/ 560,