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
Material Design icon has wrong code point and they overlap some asian characters in the old version of NerdFont.
NerdFont v3.0.0, release at May 1st has breaking change for codepoint due to correct this situation.
Breaking 2: Material Design Icons Codepoints
The old Material Design Icon codepoints are finally dropped. Due to an historic mistace we placed them in between some asiatic glyphs, breaking that script.
Since v2.3.0 the (updated and expanded) Material Design Icons have new codepoints in the 5 digit region.
Dropped codepoints F500... and class names nf-mdi-*
New codepoints F0001... and class names nf-md-* (already since v2.3.0)
Material Design icon has wrong code point and they overlap some asian characters in the old version of NerdFont.
NerdFont v3.0.0, release at May 1st has breaking change for codepoint due to correct this situation.
https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0
in this project, some sttusline components' default text use old NF codepoint.
for example,
encoding
compoent use U+F77F (nf-mdi-format_strikethrough
) which has moved to U+F0280 (nf-md-format_strikethrough
) in NF v3The text was updated successfully, but these errors were encountered: