commit | ae96b8d058cffd9d07b78cb7a9ccd382185b9dd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 15:04:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 03 15:04:21 2017 +0200 |
tree | 883e83fc0f48ff9f51819d773d0abb948ccdcc43 | |
parent | 6a8691d483914606213a24356a9124fa41c93b69 [diff] [blame] |
patch 8.0.1046: code duplication in diff mode Problem: Code duplication in diff mode. Solution: Use diff_equal_char() also in diff_cmp(). (Rick Howe)
diff --git a/src/version.c b/src/version.c index b1e2d5a..a57e11f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1046, +/**/ 1045, /**/ 1044,