commit | c628fdcd46e93c308f742efdf54248695960e290 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 20:33:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 20:33:27 2016 +0200 |
tree | 92b731dd41762b3544bf200515c346681aad281c | |
parent | 89bcfda6834aba724d12554a34b9ed49f5789fd5 [diff] [blame] |
patch 7.4.2296 Problem: No tests for :undolist and "U" command. Solution: Add tests. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index f0f9c82..95eec66 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2296, +/**/ 2295, /**/ 2294,