-
Notifications
You must be signed in to change notification settings - Fork 155
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
Readme is outdated - MacVim now as optional support for ligatures. #32
Comments
That's great! Can you provide some more information, like a link to the PR? Which release includes or is scheduled to include this feature? |
Thank you a LOT for doing this, great work! :) |
This doesn't seem to work with the recent versions of MacVim; was this highly-anticipated feature disabled for a reason not explicitly made clear in the release branch notes of more recent releases of MacVim? |
No, the latest snapshot builds still have it. The GUI option was converted to a vimrc option. |
Ah, thanks for taking the time to clear this up! On Fri, Dec 4, 2015 at 11:49 AM, Shirk [email protected] wrote:
Kevin Lozandier |
Hmm.. It shouldn't make a difference since the ligatures option now forces redraws of it's own but might be worth a try.. |
Mmm, doesn't make any difference. What is Core Text renderer, BTW? |
If you look at the animated GIF in my second comment you can see the option. |
@joaomilho - I think I found your problem (and I have to say it's likely a limitation of what we currently can do in the renderer in MacVim). MacVim requires all characters forming a ligature to be rendered in one go (e.g You can check by disabling syntax highlighting: It's best visible in line 5 where all of the |
I actually experience no difference by setting |
Yeap, both with and without. |
I suppose this will depend on the filetype... (2 mins later) ... yeah, of course, in a |
BTW, what about function => ƒ ? :D |
There, now I'm really eager to find your problem.. |
I guess you didn't read my last comment, it's actually working fine now :D Thanks a lot. |
Ah, yes I didn't read that while posting my comment.. Glad it works now 👍 |
Greetings, |
If i uncheck both "Use Core text renderer" & "Draw marked text inline", it works like a charm. BTW, i'm using version 8.0.3 |
I think the title says it all - I worked on a PR which recently got merged into mainline MacVim which enables ligature support for the CoreText renderer 😸
The text was updated successfully, but these errors were encountered: