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:
@@ -862,6 +862,7 @@ func Test_d_file()
|
||||
call assert_equal('d', &filetype)
|
||||
bwipe!
|
||||
|
||||
" clean up
|
||||
filetype off
|
||||
call delete('Xfile.d')
|
||||
endfunc
|
||||
|
||||
Reference in New Issue
Block a user