mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-03 01:41:15 -03:00
These commands are meant to be used in Vi mode when the cursor is on a valid character, so there's not much reason to try to make them do something when the cursor is past-end. Do nothing, like we already do for the empty commandline. Reported in #12430