aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/filechanged_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-12 12:18:10 +0800
committerGitHub <noreply@github.com>2022-07-12 12:18:10 +0800
commit540d1af90e2276a8bd3b5edb1a63c8225a1aa423 (patch)
treea5d15ea92d0197cd0f5c3b08d6c95071fc0913ba /test/functional/legacy/filechanged_spec.lua
parent034d28c705ccb93dea27613cbf91ba3f9c1caaa7 (diff)
parent53392f48b1e258bc11afdad7104930d7c1a361da (diff)
downloadrneovim-540d1af90e2276a8bd3b5edb1a63c8225a1aa423.tar.gz
rneovim-540d1af90e2276a8bd3b5edb1a63c8225a1aa423.tar.bz2
rneovim-540d1af90e2276a8bd3b5edb1a63c8225a1aa423.zip
Merge pull request #19330 from zeertzjq/vim-8.2.0203
vim-patch:8.2.0203: :helptags and some other functionality not tested
Diffstat (limited to 'test/functional/legacy/filechanged_spec.lua')
-rw-r--r--test/functional/legacy/filechanged_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/filechanged_spec.lua b/test/functional/legacy/filechanged_spec.lua
index 6eb853d630..ecb861098c 100644
--- a/test/functional/legacy/filechanged_spec.lua
+++ b/test/functional/legacy/filechanged_spec.lua
@@ -62,7 +62,7 @@ describe('file changed dialog', function()
sleep 2
silent !touch Xchanged_d
let v:warningmsg = ''
- checktime
+ checktime Xchanged_d
call assert_equal('', v:warningmsg)
call assert_equal(1, line('$'))
call assert_equal('new line', getline(1))