commit | d339828b4b0dde662dc9ce65baf1cc098aec402c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 24 21:32:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 24 21:32:11 2018 +0200 |
tree | f164d0846b2f6180e463b863b55c2aab4976bd69 | |
parent | c75878c923034b883090aef3f08f565513d98f4d [diff] [blame] |
patch 8.1.0430: Xargadd file left behind after running test Problem: Xargadd file left behind after running test. Solution: Delete the file. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index c62e484..7ca18bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 430, +/**/ 429, /**/ 428,