test(jump2d): react to Nightly improving stuffed keys handling - #2543
Conversation
Perhaps it's best to regenerate screenshot The "dot" on line 5 is similar to the "d" on line 5 in |
Yeah, this does look like some issue with redraw. Which I think is some kind of regression of the linked PR, but not sure if it is consequential enough to create a contained repro and make an issue. As the core tested stuff is showing the labels after the dot, I think it is safe to ignore non-buffer lines here. There are two approaches here:
Both are fine with me. Let's go with whichever you prefer. |
Details: - See PR 41529 in neovim/neovim
2ca57bd to
43db649
Compare
Thanks! I opted to explicitly ignore. |
Details:
Test
T['start()']['works in Operator-pending mode']failed. I think it is a timing problem. When I manually follow the test steps everything seems right.Not sure if adding
sleepis the best solution.