Skip to content

Commit 2cc3e8c

Browse files
stevengjJeffBezanson
authored andcommitted
rationalize some of the latex-ish tab completions (#25980)
1 parent 6a94771 commit 2cc3e8c

File tree

2 files changed

+1176
-1148
lines changed

2 files changed

+1176
-1148
lines changed

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ Library improvements
439439

440440
* Jump to first/last history entries in the REPL via "Alt-<" and "Alt->" ([#22829]).
441441

442+
* REPL LaTeX-like tab completions have been simplified for several Unicode characters,
443+
e.g. `𝔸` is now `\bbA` rather than `\BbbA` ([#25980]).
444+
442445
* The function `chop` now accepts two arguments `head` and `tail` allowing to specify
443446
number of characters to remove from the head and tail of the string ([#24126]).
444447

0 commit comments

Comments
 (0)