commit | e5fa11186fde4a19e505eba403d3af8c61d11304 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 26 18:46:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 26 18:46:30 2018 +0200 |
tree | bee67f719ad9858b628245e1de324894c3a0ba36 | |
parent | 6b69e5c646faecf2a686bfe71dc17a2a1c6d344f [diff] [blame] |
patch 8.1.0025: no test for the undofile() function Problem: No test for the undofile() function. Solution: Add test. (Dominique Pelle, closes #2958)
diff --git a/src/version.c b/src/version.c index 8b06ac9..dce336e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 25, +/**/ 24, /**/ 23,