Skip to content

Commit 27dcc16

Browse files
committed
Revert to Vim because ed is the standard editor
https://www.gnu.org/fun/jokes/ed-msg.html
1 parent 1ec9681 commit 27dcc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/modules.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def cmd_edit(*args)
8888
editor = local_editor
8989

9090
if editor.nil?
91-
editor = 'ed'
91+
editor = 'vim'
9292
print_warning("LocalEditor or $VISUAL/$EDITOR should be set. Falling back on #{editor}.")
9393
end
9494

0 commit comments

Comments
 (0)