vim-patch:8.1.1379: filechanged test hangs

Problem:    Filechanged test hangs.
Solution:   Do not check 'autoread'.
8239c62067
This commit is contained in:
Jan Edmund Lazo 2021-12-25 18:01:12 -05:00
parent 2f1e6ca773
commit 57337e6814

View File

@ -116,8 +116,9 @@ func Test_file_changed_dialog()
call assert_match('E211:', v:warningmsg)
call assert_equal(2, line('$'))
call assert_equal('extra line', getline(2))
let v:warningmsg = 'empty'
" Recreate buffer and reload
" change buffer, recreate the file and reload
call setline(1, 'buffer is changed')
silent !echo 'new line' >Xchanged_d
call feedkeys('L', 'L')