mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27: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>
|
||||
|
||||
Reference in New Issue
Block a user