mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
parent
2609aa2aea
commit
efd4b7d832
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue