From 47ad3a3eb8c6be50a8737147e234d23b0d99141e Mon Sep 17 00:00:00 2001 From: Floris Westerman Date: Sat, 2 Jul 2022 01:14:15 +0200 Subject: [PATCH] fix(fish): support abbreviations with tooltips resolves #2469 --- src/shell/scripts/omp.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell/scripts/omp.fish b/src/shell/scripts/omp.fish index 2c28ac95..0a3f40c6 100644 --- a/src/shell/scripts/omp.fish +++ b/src/shell/scripts/omp.fish @@ -54,6 +54,7 @@ end # tooltip function _render_tooltip + commandline --function expand-abbr set omp_tooltip_command (commandline --current-buffer | string collect) commandline --insert " " commandline --function repaint