diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-13 10:32:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 10:32:49 +0800 |
commit | 780509aedf5c914d1615d57019485ef85c16f669 (patch) | |
tree | a6756f82ec6fe38509040da26d4ccfe6748beaeb /test/functional/ui/decorations_spec.lua | |
parent | 355c149ba02a0d18d8dab9ede553a56507153c84 (diff) | |
download | rneovim-780509aedf5c914d1615d57019485ef85c16f669.tar.gz rneovim-780509aedf5c914d1615d57019485ef85c16f669.tar.bz2 rneovim-780509aedf5c914d1615d57019485ef85c16f669.zip |
fix(move): fix using the wrong window (#28312)
Diffstat (limited to 'test/functional/ui/decorations_spec.lua')
-rw-r--r-- | test/functional/ui/decorations_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/decorations_spec.lua b/test/functional/ui/decorations_spec.lua index 843121b45a..eea62140ce 100644 --- a/test/functional/ui/decorations_spec.lua +++ b/test/functional/ui/decorations_spec.lua @@ -4895,7 +4895,7 @@ if (h->n_buckets < new_n_buckets) { // expand ]]) end) - it('works with full page scrolling #28390', function() + it('works with full page scrolling #28290', function() screen:try_resize(20, 8) command('call setline(1, range(20))') api.nvim_buf_set_extmark(0, ns, 10, 0, { virt_lines = {{{'VIRT1'}}, {{'VIRT2'}}} }) |