Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there new symbol to display tabs? #476

Closed
florianbuerger opened this issue Jul 27, 2021 · 3 comments
Closed

Is there new symbol to display tabs? #476

florianbuerger opened this issue Jul 27, 2021 · 3 comments

Comments

@florianbuerger
Copy link

florianbuerger commented Jul 27, 2021

I updated to the newest version today (2.241) and now I see these characters in Xcode (file uses tabs, not spaces) Doesn't happen in version 2.225

2.241

ScreenShot 2021-07-27 at 22 09 39

2.225

ScreenShot 2021-07-27 at 22 08 54

Not sure if this is intentional? If it is a new feature, this should be off by default. Xcode doesn't give any control over font features (like many other apps) and I find it rather distracting. Thanks!

I doubt the versions for Xcode / macOS are relevant, but just in case:

Xcode 12.5.1 / 13.0 Beta 3
macOS 11.5.1

@alexeyten
Copy link
Contributor

Looks like related to #241

@florianbuerger
Copy link
Author

Looks like related to #241

Ah yes, that is it. Somehow I overlooked that in the release notes. I read through the linked issue, I don't see a way to disable them.

@philippnurullin
Copy link
Member

Hi @florianbuerger . There is no way to disable them manually.
I'll make a quick fix and remove HT (u+2409 u+0009) CR (u+240D u+000D) LF (u+240A u+000A) from the second unicode value. This should fix the problem.

philippnurullin added a commit that referenced this issue Jul 30, 2021
- Added `???` `<:<` ligatures #434
- Corrected the `⊈` (u+2288) #475
- Remove second unicode value from `HT` (u+2409 u+0009) `CR` (u+240D u+000D) `LF` (u+240A u+000A) #476
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants