mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	patch 8.2.1662: :mksession does not restore shared terminal buffer properly
Problem: :mksession does not restore shared terminal buffer properly. Solution: Keep a hashtab with terminal buffers. (Rob Pilling, closes #6930)
This commit is contained in:
		| @@ -81,7 +81,7 @@ hash_clear(hashtab_T *ht) | ||||
| 	vim_free(ht->ht_array); | ||||
| } | ||||
|  | ||||
| #if defined(FEAT_SPELL) || defined(PROTO) | ||||
| #if defined(FEAT_SPELL) || defined(FEAT_TERMINAL) || defined(PROTO) | ||||
| /* | ||||
|  * Free the array of a hash table and all the keys it contains.  The keys must | ||||
|  * have been allocated.  "off" is the offset from the start of the allocate | ||||
|   | ||||
		Reference in New Issue
	
	Block a user