mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03:00
edit_command_buffer: repaint
Thanks @amosbird on gitter.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user