mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	patch 8.2.4212: window title test still fails in some configurations
Problem: Window title test still fails in some configurations. Solution: Explicitly set the 'title' option.
This commit is contained in:
		| @@ -1637,6 +1637,7 @@ func Test_setbufvar_keep_window_title() | ||||
|   endif | ||||
|  | ||||
|   let lines =<< trim END | ||||
|       set title | ||||
|       edit Xa.txt | ||||
|       let g:buf = bufadd('Xb.txt') | ||||
|       inoremap <F2> <C-R>=setbufvar(g:buf, '&autoindent', 1) ?? ''<CR> | ||||
|   | ||||
| @@ -750,6 +750,8 @@ static char *(features[]) = | ||||
|  | ||||
| static int included_patches[] = | ||||
| {   /* Add new patch number below this line */ | ||||
| /**/ | ||||
|     4212, | ||||
| /**/ | ||||
|     4211, | ||||
| /**/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user