fix(fish): split single string

resolves #3042
This commit is contained in:
Jan De Dobbeleer 2022-11-04 20:18:41 +01:00 committed by Jan De Dobbeleer
parent 2609aa2aea
commit efd4b7d832

View file

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