From: Bram Moolenaar Date: Tue, 24 Jul 2018 02:51:20 +0000 (+0200) Subject: patch 8.1.0208: file left behind after running individual test X-Git-Tag: v8.1.0208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7624af02948de881eb5294fe5d266b948404d489;p=vim patch 8.1.0208: file left behind after running individual test Problem: File left behind after running individual test. Solution: Delete the file. --- diff --git a/src/testdir/test_modeline.vim b/src/testdir/test_modeline.vim index e278c1613..f02c68c7b 100644 --- a/src/testdir/test_modeline.vim +++ b/src/testdir/test_modeline.vim @@ -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 diff --git a/src/version.c b/src/version.c index 39ea6e2ab..e345fed55 100644 --- a/src/version.c +++ b/src/version.c @@ -793,6 +793,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 208, /**/ 207, /**/