fish, version 3.5.1 on Arch Linux
Since the update to 3.5.0 the prompt behaves strangely when called with read in a script. Keybindings for cursor navigation like Ctrl+a or Ctrl+e don't work. In vi-mode the mode indicator always shows "[N]", changing the mode doesn't work at all.
This is easily reproducible by running fish -c 'read'. Calling read in an interactive mode doesn't have this problem.
Maybe this has something to do with #8797?
fish, version 3.5.1 on Arch Linux
Since the update to 3.5.0 the prompt behaves strangely when called with
readin a script. Keybindings for cursor navigation like Ctrl+a or Ctrl+e don't work. In vi-mode the mode indicator always shows "[N]", changing the mode doesn't work at all.This is easily reproducible by running
fish -c 'read'. Callingreadin an interactive mode doesn't have this problem.Maybe this has something to do with #8797?