diff --git a/src/repl.jl b/src/repl.jl index 73118e8..1a353bd 100644 --- a/src/repl.jl +++ b/src/repl.jl @@ -19,6 +19,10 @@ import REPL.Terminals: raw!, width, height, cmove, getX, TerminalBuffer, using OhMyREPL import OhMyREPL: untokenize_with_ANSI, apply_passes!, PASS_HANDLER +if VERSION > v"1.3" +import JLFzf +end + @nospecialize # use only declared type signatures function rewrite_with_ANSI(s, cursormove::Bool = false)