]> granicus.if.org Git - vim/commitdiff
patch 9.0.0621: filetype test leaves file behind v9.0.0621
authorDominique Pelle <dominique.pelle@gmail.com>
Thu, 29 Sep 2022 12:07:18 +0000 (13:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 Sep 2022 12:07:18 +0000 (13:07 +0100)
Problem:    Filetype test leaves file behind.
Solution:   Add deferred delete flag to writefile(). (Dominique PellĂ©,
            closes #11249)

src/testdir/test_filetype.vim
src/version.c

index 6778b7fda6510067c6b1a764f89dae8610253b67..b5c7de5ff50c108813852947033871e18b65ce0a 100644 (file)
@@ -1233,7 +1233,7 @@ endfunc
 func Test_m_file()
   filetype on
 
-  call writefile(['looks like Matlab'], 'Xfile.m')
+  call writefile(['looks like Matlab'], 'Xfile.m', 'D')
   split Xfile.m
   call assert_equal('matlab', &filetype)
   bwipe!
index e264b55ee8bcdc3216176804105331670d2725f7..eedf110975368f201db7550ab97e6c982b4fa687 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    621,
 /**/
     620,
 /**/