commit | cf619daa8e0ef9a335f27f65eb74e422a17d4f92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 20:53:24 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 20:53:24 2015 +0200 |
tree | f2008199197ac39cdfd884fda911039c01c9c7c3 | |
parent | ac360bf2ca293735fc7c6654dc2b3066f4c62488 [diff] [blame] |
patch 7.4.853 Problem: "zt" in diff mode does not always work properly. (Gary Johnson) Solution: Don't count filler lines twice. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 2aa3807..7b0ad1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 853, +/**/ 852, /**/ 851,