Conversation
rokke-git
force-pushed
the
zero-width-joiner
branch
from
March 22, 2026 05:11
772b7c0 to
76f49bc
Compare
Contributor
Author
|
spawned from this discourse topic
edit: oops, the length is actually the number of completions, not the number of chars in the completion. should be passing now |
rokke-git
force-pushed
the
zero-width-joiner
branch
2 times, most recently
from
March 22, 2026 07:30
18aa4e0 to
8e4ebac
Compare
rokke-git
force-pushed
the
zero-width-joiner
branch
2 times, most recently
from
March 22, 2026 12:38
df3cd5b to
33f4bf0
Compare
Contributor
Author
|
I saw an opportunity for adding a nice latex-string lookup, what do you think of it? since you can also add more strings to check against: |
rokke-git
force-pushed
the
zero-width-joiner
branch
8 times, most recently
from
March 25, 2026 04:32
3c6b037 to
d049a1a
Compare
adds completion method for combining characters, and an easier way to input sequences of emoji. this also fixes the help-text for a wide range of emoji, such as "👨👩👧👦" and "👨💼".
rokke-git
force-pushed
the
zero-width-joiner
branch
from
March 25, 2026 05:47
d049a1a to
a19dc8e
Compare
Contributor
Author
IanButterworth
pushed a commit
that referenced
this pull request
Sep 25, 2026
this pr combines changes from #61391 and #60263 into one single update. it: updates emoji completions to include v1️⃣7️⃣.0️⃣.0️⃣ adds completions for combining emoji 🇳🇱 enables reverse searching latex strings like \?arrowTab many of the text arrows updated to the \ufe0f version already had a latex version, added \*blackarrow to mimic \*whitearrow and new \curvearrow*s for the remaining ones Closes #56935
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds completion method for combining characters, and an easier way to
input sequences of emoji. this also fixes the help-text for a wide range
of emoji, such as "👨👩👧👦" and "👨💼".