]> granicus.if.org Git - vim/commitdiff
patch 8.1.1286: running tests leaves XTest_tabpage_cmdheight file behind v8.1.1286
authorBram Moolenaar <Bram@vim.org>
Mon, 6 May 2019 20:03:39 +0000 (22:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 May 2019 20:03:39 +0000 (22:03 +0200)
Problem:    Running tests leaves XTest_tabpage_cmdheight file behind.
Solution:   Delete the right file. (closes #4350)

src/testdir/test_tabpage.vim
src/version.c

index 6b7ef9247868639484bf2002bd3a1f1ee016759a..60a5f3d9682d12cebe175763d261e9bc5470ef46 100644 (file)
@@ -573,7 +573,7 @@ func Test_tabpage_cmdheight()
   call VerifyScreenDump(buf, 'Test_tabpage_cmdheight', {})
 
   call StopVimInTerminal(buf)
-  call delete('XTest_conceal')
+  call delete('XTest_tabpage_cmdheight')
 endfunc
 
 " vim: shiftwidth=2 sts=2 expandtab
index f4344aa3875a8fe1880a3a1b9c74c837266c8a58..098c723a6eda12fd4a9c79509374249b43122800 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1286,
 /**/
     1285,
 /**/