mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
parent
1875222e93
commit
176a291ed2
@ -33,7 +33,7 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
|
||||
if test $status -eq 0 -a -s $f
|
||||
# Set the command to the output of the edited command and move the cursor to the
|
||||
# end of the edited command.
|
||||
commandline -r (cat $f)
|
||||
commandline -r -- (cat $f)
|
||||
commandline -C 999999
|
||||
else
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user