edit_command_buffer: repaint

Thanks @amosbird on gitter.
This commit is contained in:
Fabian Homborg 2018-10-25 17:34:01 +02:00
parent fb0c1460a9
commit c78e6a3ccf

View File

@ -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