comparison src/testdir/test_filechanged.vim @ 19289:2f0f308c069c v8.2.0203

patch 8.2.0203: :helptags and some other functionality not tested Commit: https://github.com/vim/vim/commit/e20b9ececa37a81c0340a78f61e57fa1bf46b06d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 3 21:40:04 2020 +0100 patch 8.2.0203: :helptags and some other functionality not tested Problem: :helptags and some other functionality not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5567)
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Feb 2020 21:45:03 +0100
parents 0da9bc55c31a
children 2f4be7ca1b1b
comparison
equal deleted inserted replaced
19288:f061872089a9 19289:2f0f308c069c
136 136
137 " Only time changed, no prompt 137 " Only time changed, no prompt
138 sleep 2 138 sleep 2
139 silent !touch Xchanged_d 139 silent !touch Xchanged_d
140 let v:warningmsg = '' 140 let v:warningmsg = ''
141 checktime 141 checktime Xchanged_d
142 call assert_equal('', v:warningmsg) 142 call assert_equal('', v:warningmsg)
143 call assert_equal(1, line('$')) 143 call assert_equal(1, line('$'))
144 call assert_equal('new line', getline(1)) 144 call assert_equal('new line', getline(1))
145 145
146 bwipe! 146 bwipe!