mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-15 22:51:13 -03:00
This part of the code could use some love; when we happen to clear the selected text, we should end the selection. But that's not how it works today. This is fine for Vi mode, because Vi mode never deletes in visual mode. Let's fix the crash for now. Fixes #11367