commit | 4fa06870e5d347c30fe55290dab87e494c8aa06a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 06 22:03:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 06 22:03:39 2019 +0200 |
tree | 5daf9f49ce9b0dab408b0d937385101d701c5692 | |
parent | f0ab01f6d868164ed0bb247b6f7b152e6929ef18 [diff] [blame] |
patch 8.1.1286: running tests leaves XTest_tabpage_cmdheight file behind Problem: Running tests leaves XTest_tabpage_cmdheight file behind. Solution: Delete the right file. (closes #4350)
diff --git a/src/version.c b/src/version.c index f4344aa..098c723 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1286, +/**/ 1285, /**/ 1284,