From 4572a6a8b95d3b80f6a0e8327b583246406a0188 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 27 Aug 2022 21:39:43 +0200 Subject: [PATCH] fix(fish): no transient on autosuggestion resolves #2708 --- src/shell/scripts/omp.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/shell/scripts/omp.fish b/src/shell/scripts/omp.fish index b6b98f55..6e4afe91 100644 --- a/src/shell/scripts/omp.fish +++ b/src/shell/scripts/omp.fish @@ -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