comparison src/testdir/test_filechanged.vim @ 28247:f70015784777 v8.2.4649

patch 8.2.4649: various formatting problems Commit: https://github.com/vim/vim/commit/b4ad3b0deac12674a7773311890b48fd39c6807c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 30 10:57:45 2022 +0100 patch 8.2.4649: various formatting problems Problem: Various formatting problems. Solution: Improve the code formatting.
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Mar 2022 12:00:05 +0200
parents 9bc9970e72eb
children 13b02c1ea0f7
comparison
equal deleted inserted replaced
28246:e3d6184b89fa 28247:f70015784777
137 call delete('Xchanged_r') 137 call delete('Xchanged_r')
138 endfunc 138 endfunc
139 139
140 func Test_FileChangedShell_edit_dialog() 140 func Test_FileChangedShell_edit_dialog()
141 CheckNotGui 141 CheckNotGui
142 " FIXME: why does this not work on MS-Windows? 142 CheckUnix " Using low level feedkeys() does not work on MS-Windows.
143 CheckUnix
144 143
145 new Xchanged_r 144 new Xchanged_r
146 call setline(1, 'reload this') 145 call setline(1, 'reload this')
147 set fileformat=unix 146 set fileformat=unix
148 write 147 write