diff src/testdir/test_functions.vim @ 27368:7ec64e4539af v8.2.4212

patch 8.2.4212: window title test still fails in some configurations Commit: https://github.com/vim/vim/commit/1450112eef2eda211d398d6d7ac03f7a29fa4f55 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 24 22:32:28 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 23:45:04 +0100
parents 66046931fa58
children 557a50b0d10b
line wrap: on
line diff
--- a/src/testdir/test_functions.vim
+++ b/src/testdir/test_functions.vim
@@ -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>