mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.2169: Vim9: test leaves file behind
Problem: Vim9: test leaves file behind. Solution: Rename script files. (Dominique Pellé, closes #7511) Use try/finally.
This commit is contained in:
@@ -2412,7 +2412,7 @@ def Test_vim9_comment()
|
||||
'delcommand Echo',
|
||||
])
|
||||
CheckScriptSuccess([
|
||||
'vim9script'
|
||||
'vim9script',
|
||||
'command Echo cd # comment',
|
||||
'Echo',
|
||||
'delcommand Echo',
|
||||
@@ -2949,6 +2949,7 @@ def Test_restoring_cpo()
|
||||
endif
|
||||
delete('Xsourced')
|
||||
delete('Xclose')
|
||||
delete('Xdone')
|
||||
enddef
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user