mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
parent
c156d17577
commit
07acb9b0f6
|
@ -72,7 +72,7 @@ end
|
|||
|
||||
function _render_tooltip
|
||||
commandline --function expand-abbr
|
||||
set omp_tooltip_command (commandline --current-buffer | string collect | string split --allow-empty -f1 ' ')
|
||||
set omp_tooltip_command (commandline --current-buffer | string split --allow-empty -f1 ' ' | string collect)
|
||||
commandline --insert " "
|
||||
commandline --function repaint
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue