mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.1.1379: filechanged test hangs
Problem: Filechanged test hangs.
Solution: Do not check 'autoread'.
8239c62067
This commit is contained in:
parent
2f1e6ca773
commit
57337e6814
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user