Skip to content

Commit

Permalink
fix JLFzf loading (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Jul 4, 2024
1 parent c30b072 commit 3458a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/repl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3458a76

Please sign in to comment.