changeset 23636:334012f134f8 v8.2.2360

patch 8.2.2360: test leaves file behind Commit: https://github.com/vim/vim/commit/a3b494d6afa79aedce42fa4ecc7ef0dbae79e37e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 13:43:31 2021 +0100 patch 8.2.2360: test leaves file behind Problem: Test leaves file behind. Solution: Delete the right file. (Dominique Pell?, closes https://github.com/vim/vim/issues/7689)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 13:45:04 +0100
parents c7c5bb81795f
children 9ad79d77d810
files src/testdir/test_filetype.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -757,7 +757,7 @@ func Test_pp_file()
   call assert_equal('pascal', &filetype)
   bwipe!
 
-  call delete('Xfile.ts')
+  call delete('Xfile.pp')
   filetype off
 endfunc
 
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2360,
+/**/
     2359,
 /**/
     2358,