Skip to content

Commit

Permalink
fix call to edit_transpose ("^T")
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Sep 23, 2014
1 parent f7172d3 commit 2f88a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/LineEdit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ const default_keymap =
end
edit_insert(s, input)
end,
"^T" => edit_transpose,
"^T" => (s,o...)->edit_transpose(s),
}

const history_keymap = {
Expand Down

0 comments on commit 2f88a24

Please sign in to comment.