Skip to content

Commit

Permalink
patch 8.2.4467: running filetype test leaves file behind
Browse files Browse the repository at this point in the history
Problem:    Running filetype test leaves file behind.
Solution:   Delete the file.
  • Loading branch information
brammool committed Feb 25, 2022
1 parent 5c6edf4 commit 0e71b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_filetype.vim
Expand Up @@ -862,6 +862,7 @@ func Test_d_file()
call assert_equal('d', &filetype)
bwipe!

" clean up
filetype off
call delete('Xfile.d')
endfunc
Expand Down

0 comments on commit 0e71b7d

Please sign in to comment.