sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
807 stars 39 forks source link

Incorrect display of & char in some context #3248

Open gwenzek opened 4 years ago

gwenzek commented 4 years ago

Description

The char & displays weirdly in some specific contexts.

Steps to reproduce

  1. Download the patched Fira Code from https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode The patched font is adding specials characters but should not impact &

  2. Set Sublime Text font face to "FiraCode Nerd Font", and make sure ligatures are enabled.

  3. Copy following snippet and turn on bash syntax

ls &
# ls &
ls -l &
# ls -l &

Expected behavior

The commented lines should look like the un-commented ones (minus coloring)

Actual behavior

Screen Shot 2020-03-23 at 11 09 55

Environment

wbond commented 4 years ago

I tried to figure out how to download the font, but it was not obvious at all.

Could you provide a direct link to the fonts?

TerminalFi commented 4 years ago

Fira Code this would be the font in question