mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-18 00:31:15 -03:00
edit_command_buffer uses the "norm" command for moving the cursor to a column with the "|" primitive. The problem is that the user can remap "|". Fix this by using the "norm!" variant which ignores user mappings (see ":h norm"). Closes #8971
2.6 KiB
2.6 KiB