1
0
forked from aniani/vim

patch 8.2.4467: running filetype test leaves file behind

Problem:    Running filetype test leaves file behind.
Solution:   Delete the file.
This commit is contained in:
Bram Moolenaar
2022-02-25 17:45:04 +00:00
parent 5c6edf41f9
commit 0e71b7d4ce

View File

@@ -862,6 +862,7 @@ func Test_d_file()
call assert_equal('d', &filetype)
bwipe!
" clean up
filetype off
call delete('Xfile.d')
endfunc