diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-23 14:18:43 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2022-07-23 14:22:08 +0800 |
| commit | 264791925a76412ed9109028d0d694f7847249be (patch) | |
| tree | 0a65d6dc02c9b644a0111a2e7c5b87aa0f9742de /src/nvim/testdir/test_timers.vim | |
| parent | d0ced2a127ab3974deaefcfab214b564b1ef48e7 (diff) | |
| download | rneovim-264791925a76412ed9109028d0d694f7847249be.tar.gz rneovim-264791925a76412ed9109028d0d694f7847249be.tar.bz2 rneovim-264791925a76412ed9109028d0d694f7847249be.zip | |
vim-patch:9.0.0059: test file has wrong name
Problem: Test file has wrong name.
Solution: Rename the file. Various small fixes. (closes vim/vim#10674)
https://github.com/vim/vim/commit/bb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4
Diffstat (limited to 'src/nvim/testdir/test_timers.vim')
| -rw-r--r-- | src/nvim/testdir/test_timers.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_timers.vim b/src/nvim/testdir/test_timers.vim index 56a5ec96af..6adf503f14 100644 --- a/src/nvim/testdir/test_timers.vim +++ b/src/nvim/testdir/test_timers.vim @@ -337,7 +337,7 @@ endfunc " Test that the garbage collector isn't triggered if a timer callback invokes " vgetc(). -func Test_timer_nocatch_garbage_collect() +func Test_nocatch_timer_garbage_collect() " skipped: Nvim does not support test_garbagecollect_soon(), test_override() return " 'uptimetime. must be bigger than the timer timeout |