fix(fish): do not hide tooltip on arguments

resolves #3037
This commit is contained in:
Jan De Dobbeleer 2022-11-03 14:28:54 +01:00 committed by Jan De Dobbeleer
parent 6fea7ff017
commit 2609aa2aea

View file

@ -72,7 +72,7 @@ end
function _render_tooltip
commandline --function expand-abbr
set omp_tooltip_command (commandline --current-buffer | string collect)
set omp_tooltip_command (commandline --current-buffer | string split --allow-empty -f1 ' ')
commandline --insert " "
commandline --function repaint
end