commit | 90d121fa3637b423169c64528efe84a1e67060c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 19:11:25 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 19:11:25 2016 +0200 |
tree | d989ced835c486908a66ce49376d541a288ac5f1 | |
parent | b20617b0b0d15523961618717d6cd2195674c363 [diff] [blame] |
patch 7.4.2126 Problem: No tests for :diffget and :diffput Solution: Add tests.
diff --git a/src/version.c b/src/version.c index 429dda0..f456729 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2126, +/**/ 2125, /**/ 2124,