commit | 137c14bb4f18198ed38659dcfbdfd749115c7ab5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 18 20:30:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 18 20:30:55 2019 +0200 |
tree | 22f7342c5d5f0ef01bfa93317dbbb448c64b7689 | |
parent | b49e3563b920ff6d96b88a1f658182a986b2b1ea [diff] [blame] |
patch 8.1.1184: undo file left behind after running test Problem: Undo file left behind after running test. Solution: Delete the undo file. (Dominique Pelle, closes #4279)
diff --git a/src/version.c b/src/version.c index 872e815..308beed 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1184, +/**/ 1183, /**/ 1182,