Skip to content

Commit

Permalink
Merge pull request JuliaLang#17241 from dhoegh/replc
Browse files Browse the repository at this point in the history
Speed up repl dot and method completion
  • Loading branch information
vtjnash authored Jul 2, 2016
2 parents 1062259 + 4a00a57 commit e1a9006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -477,3 +477,7 @@ precompile(Base.set_valid_processes, (Array{Int, 1}, ))
sprint(Markdown.term, @doc mean)
sprint(Docs.repl_search, "mean")
sprint(Docs.repl_corrections, "meen")

# Speed up repl completions
Base.REPLCompletions.completions("IOBuffer().",11)
Base.REPLCompletions.completions("max([1],",8)

0 comments on commit e1a9006

Please sign in to comment.