Skip to content

Commit

Permalink
Merge pull request #8444 from rfourquet/le-Ct
Browse files Browse the repository at this point in the history
fix call to edit_transpose ("^T")
  • Loading branch information
Keno committed Sep 23, 2014
2 parents f7172d3 + 2f88a24 commit 13c6917
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 13c6917

Please sign in to comment.