Replies: 2 comments
-
Yes, indeed, it might. Thanks for sharing! One extra observation here is that having cursor position shown in statusline can be a valid way to simultaneously test cursor position with screenshot. So maybe setting 'statusline' to |
Beta Was this translation helpful? Give feedback.
-
For reference, I did go with setting informative statusline. Having information about file name is rarely useful (but sometimes it is), but information about current line and column (both byte and virtual) is useful. This resulted in to a lot of changed screenshots, though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There have been some changes in Neovim Nightly, yesterday, that have changed how the default statusline looks in Neovim.
The impact of this is it broke my tests that use screenshots for assertions.
To fix it I added the following lines to my tests:
Beta Was this translation helpful? Give feedback.
All reactions