mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
edit_command_buffer: repaint
Thanks @amosbird on gitter.
This commit is contained in:
parent
fb0c1460a9
commit
c78e6a3ccf
|
@ -45,4 +45,7 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
|
|||
echo (_ "or the file was empty")
|
||||
end
|
||||
command rm $f
|
||||
# We've probably opened something that messed with the screen.
|
||||
# A repaint seems in order.
|
||||
commandline -f repaint
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user