Skip to content

Commit

Permalink
respect REPL.REPLCompletions behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Nov 28, 2020
1 parent 13d8250 commit 2538e98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FuzzyCompletions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ function completions(string, pos, context_module = Main)
sort_suggestions!(append!(first(bs_ret), paths))
return bs_ret
end
return paths, r, success
end
#Latex symbols can be completed for strings
(success || inc_tag === :cmd) && return paths, r, success
Expand Down

1 comment on commit 2538e98

@aviatesk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.