fix(fish): no transient on autosuggestion

resolves #2708
This commit is contained in:
Jan De Dobbeleer 2022-08-27 21:39:43 +02:00 committed by Jan De Dobbeleer
parent 276ae294b5
commit 4572a6a8b9

View file

@ -79,6 +79,10 @@ end
# transient prompt
function _render_transient
if commandline --paging-mode
commandline --function accept-autosuggestion
return
end
set omp_transient 1
commandline --function repaint
commandline --function execute