mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
vim-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.
1450112eef
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -2016,6 +2016,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