Skip to content

Commit f58b7ff

Browse files
committed
REPL: edit_backspace: fix bad passed option
1 parent fc2e1e1 commit f58b7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/repl/LineEdit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ end
551551
# on the right
552552
function edit_backspace(s::PromptState, align::Bool=false, adjust=align)
553553
push_undo(s)
554-
if edit_backspace(buffer(s), align)
554+
if edit_backspace(buffer(s), align, adjust)
555555
refresh_line(s)
556556
else
557557
pop_undo(s)

0 commit comments

Comments
 (0)