mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 03:20:12 +08:00

This adds a new readline command self-insert-notfirst, which is analogous to self-insert, except that it does nothing if the cursor is at the beginning. This will serve as a higher-performance implementation for stripping leading spaces on paste.