mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:9.0.1021: test trips over g:name
Problem:    Test trips over g:name.
Solution:   Delete g:name after using it.
d6e74f5479
Co-authored-by: Bram Moolenaar <Bram@vim.org>
			
			
This commit is contained in:
		| @@ -174,6 +174,7 @@ endfunc | ||||
| for name in s:GetSwapFileList() | ||||
|   call delete(name) | ||||
| endfor | ||||
| unlet name | ||||
|  | ||||
|  | ||||
| " Invoked when a test takes too much time. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zeertzjq
					zeertzjq