Skip to content

Commit

Permalink
Add micro editor support (JuliaLang#36917)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen authored Aug 12, 2020
1 parent d28b737 commit 737e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/src/editless.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function define_default_editors()
end
# Must check that emacs not running in -t/-nw before regex match for general emacs
define_editor([
"vim", "vi", "nvim", "mvim", "nano",
"vim", "vi", "nvim", "mvim", "nano", "micro",
r"\bemacs\b.*\s(-nw|--no-window-system)\b",
r"\bemacsclient\b.\s*-(-?nw|t|-?tty)\b"], wait=true) do cmd, path, line
`$cmd +$line $path`
Expand Down

0 comments on commit 737e2fe

Please sign in to comment.