]> granicus.if.org Git - vim/commitdiff
patch 8.1.0208: file left behind after running individual test v8.1.0208
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jul 2018 02:51:20 +0000 (04:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jul 2018 02:51:20 +0000 (04:51 +0200)
Problem:    File left behind after running individual test.
Solution:   Delete the file.

src/testdir/test_modeline.vim
src/version.c

index e278c16132374205b19a369197de14b8a8517f98..f02c68c7b7c41e6e2ff925fd5ec4d2c319650958 100644 (file)
@@ -5,4 +5,5 @@ func Test_modeline_invalid()
   call writefile(['vi:0', 'nothing'], 'Xmodeline')
   call assert_fails('split Xmodeline', 'E518:')
   bwipe!
+  call delete('Xmodeline')
 endfunc
index 39ea6e2abd69af75c9c665eec820ed91f2616ffd..e345fed5558552f9e123595668dce7292ea20b07 100644 (file)
@@ -793,6 +793,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    208,
 /**/
     207,
 /**/