commit 7bf04bc01fdba15c2ec55de2fe22a74683a318cf
parent 9f16b598f943dc35539552a0c59c2c3b9aaca954
Author: Justin M. Keyes <justinkz@gmail.com>
Date: Sun, 13 Jul 2025 20:05:01 -0400
test(fold): flaky "doesn't open folds that are not touched" #34911
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/functional/treesitter/fold_spec.lua b/test/functional/treesitter/fold_spec.lua
@@ -728,9 +728,8 @@ t2]])
]],
}
- feed('<Esc>u')
-- TODO(tomtomjhj): `u` spuriously opens the fold (#26499).
- feed('zMggzo')
+ feed('<Esc>uzMggzo')
feed('dd')
poke_eventloop()