Skip to content

Commit

Permalink
rationalize some of the latex-ish tab completions (JuliaLang#25980)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored and JeffBezanson committed Feb 14, 2018
1 parent 6a94771 commit 2cc3e8c
Show file tree
Hide file tree
Showing 2 changed files with 1,176 additions and 1,148 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ Library improvements

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

* REPL LaTeX-like tab completions have been simplified for several Unicode characters,
e.g. `𝔸` is now `\bbA` rather than `\BbbA` ([#25980]).

* The function `chop` now accepts two arguments `head` and `tail` allowing to specify
number of characters to remove from the head and tail of the string ([#24126]).

Expand Down
Loading

0 comments on commit 2cc3e8c

Please sign in to comment.