commit | b9ddda6c2d98d99c09d58145c1b5b4042a8fd92c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 19 23:00:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 19 23:00:50 2019 +0100 |
tree | b9ad408dfdd16ffd01276e8b583ff208133bf153 | |
parent | 66ae3d199fdcd732eb79266e913e4e6d2e82ee76 [diff] [blame] |
patch 8.1.0956: using context:0 in 'diffopt' does not work well Problem: Using context:0 in 'diffopt' does not work well. Solution: Make zero context do the same as one line context. (closes #4005)
diff --git a/src/version.c b/src/version.c index 089c134..b705463 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 956, +/**/ 955, /**/ 954,