You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tested the version-control element on the status bar that was added in #5682.
It seems to be the only element that lacks spacing before and after. I tested it with the other elements, and those do provide spacing. (like you can see on left element)
Reproduction Steps
config.toml on master:
[editor.statusline]
left = ["mode", "spinner", "version-control"]
center = ["file-name"]
right = ["diagnostics", "selections", "separator", "position", "separator", "file-line-ending", "separator", "file-type", "file-encoding"]
separator = "│"
I expected this to happen:
Spacing between spinner and version-control
Instead, this happened:
This also happens on the right side.
Helix log
No response
Platform
macOS 13.2.1
Terminal Emulator
kitty 0.27.1
Helix Version
22.12-466-gf9a25a7e
The text was updated successfully, but these errors were encountered:
Summary
Just tested the version-control element on the status bar that was added in #5682.
It seems to be the only element that lacks spacing before and after. I tested it with the other elements, and those do provide spacing. (like you can see on left element)
Reproduction Steps
config.toml on master:
I expected this to happen:
Spacing between spinner and version-control
Instead, this happened:
This also happens on the right side.
Helix log
No response
Platform
macOS 13.2.1
Terminal Emulator
kitty 0.27.1
Helix Version
22.12-466-gf9a25a7e
The text was updated successfully, but these errors were encountered: