mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
parent
6fea7ff017
commit
2609aa2aea
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue