-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
regressionSomething that used to work, but was broken, especially between releasesSomething that used to work, but was broken, especially between releases
Milestone
Description
fish, version 3.3.0-2-g210dda2c4
This is a regression from 3.2.2. Tested on Arch Linux and macOS.
function fish_prompt
echo $PWD $foo
end
function on_foo --on-variable foo
commandline -f repaint
endThe prompt will not update automatically, but pressing any key will update it.
repaint-not-working.mp4
The issue must be with repainting and not --on-variable, because this works:
function on_foo --on-variable foo
echo $foo
endon-variable-working.mp4
auktis, douglascamata, Realiserad and weearcauktis, douglascamata and edclement
Metadata
Metadata
Assignees
Labels
regressionSomething that used to work, but was broken, especially between releasesSomething that used to work, but was broken, especially between releases