commit | 4223d43c0fb6ead1e611e4469a1680a9228b6015 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 13:18:17 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 10 13:18:17 2021 +0100 |
tree | 0eb28a94ec186e4f0306f6aaae79743bd6e9b99d | |
parent | 963ffa0a5a6091655ed72b4590ec5d5a1653bce8 [diff] [blame] |
patch 8.2.2490: 'wrap' option is always reset when starting diff mode Problem: 'wrap' option is always reset when starting diff mode. Solution: Add the "followwrap" item in 'diffopt'. (Rick Howe, closes #7797)
diff --git a/src/version.c b/src/version.c index 18f0b84..382b923 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2490, +/**/ 2489, /**/ 2488,