aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/fold_spec.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-01-16 13:26:21 +0000
committerLewis Russell <me@lewisr.dev>2024-01-16 19:11:49 +0000
commit8f02ae82e203920b472d17e75a61763f3a409a7b (patch)
tree4e6379218c7d53d1ba512a2464ec0237365a7bbb /test/functional/ui/fold_spec.lua
parent91dc04a5e12a3d0c5be56768ded5971bc80e6f8e (diff)
downloadrneovim-8f02ae82e203920b472d17e75a61763f3a409a7b.tar.gz
rneovim-8f02ae82e203920b472d17e75a61763f3a409a7b.tar.bz2
rneovim-8f02ae82e203920b472d17e75a61763f3a409a7b.zip
test: use integers for API Buffer/Window/Tabpage EXT types
Diffstat (limited to 'test/functional/ui/fold_spec.lua')
-rw-r--r--test/functional/ui/fold_spec.lua34
1 files changed, 17 insertions, 17 deletions
diff --git a/test/functional/ui/fold_spec.lua b/test/functional/ui/fold_spec.lua
index 833e3833d5..a440645fe2 100644
--- a/test/functional/ui/fold_spec.lua
+++ b/test/functional/ui/fold_spec.lua
@@ -1578,7 +1578,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 0,
botline = 5,
curline = 0,
@@ -1616,7 +1616,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 0,
botline = 5,
curline = 2,
@@ -1656,7 +1656,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 0,
botline = 6,
curline = 0,
@@ -1718,7 +1718,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 0,
botline = 6,
curline = 4,
@@ -1760,7 +1760,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 1,
botline = 6,
curline = 4,
@@ -1800,7 +1800,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 2,
botline = 6,
curline = 4,
@@ -1838,7 +1838,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 2,
botline = 6,
curline = 4,
@@ -1874,7 +1874,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 2,
botline = 6,
curline = 4,
@@ -1908,7 +1908,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 4,
botline = 6,
curline = 4,
@@ -1944,7 +1944,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 2,
botline = 6,
curline = 4,
@@ -1983,7 +1983,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 2,
botline = 6,
curline = 4,
@@ -2021,7 +2021,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 2,
botline = 6,
curline = 4,
@@ -2057,7 +2057,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 2,
botline = 6,
curline = 4,
@@ -2099,7 +2099,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 0,
botline = 3,
curline = 0,
@@ -2108,7 +2108,7 @@ describe('folded lines', function()
sum_scroll_delta = 0,
},
[4] = {
- win = { id = 1001 },
+ win = 1001,
topline = 0,
botline = 2,
curline = 0,
@@ -2153,7 +2153,7 @@ describe('folded lines', function()
]],
win_viewport = {
[2] = {
- win = { id = 1000 },
+ win = 1000,
topline = 0,
botline = 3,
curline = 0,
@@ -2162,7 +2162,7 @@ describe('folded lines', function()
sum_scroll_delta = -1,
},
[4] = {
- win = { id = 1001 },
+ win = 1001,
topline = 0,
botline = 2,
curline = 0,