commit | 278236000f6449c79041be8d6f4faabb1d295260 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 14:42:45 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 14:42:45 2015 +0200 |
tree | eeec3ed6e1d04d3c4cb7c10f69308184ed7567b6 | |
parent | 829aef1eb48b17445b1f0a801948c1b826f507f8 [diff] [blame] |
patch 7.4.801 Problem: Test for ":diffoff" doesn't catch all potential problems. Solution: Add a :diffthis and a :diffoff command. (Olaf Dabrunz)
diff --git a/src/version.c b/src/version.c index cf4d74a..12ddab2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 801, +/**/ 800, /**/ 799,