mirror of
https://github.com/neovim/neovim.git
synced 2025-12-25 23:58:58 +00:00
Problem: Sed thinks the argument starting with `1i` (and triple backticks) is the suffix for the backup file because it comes right after the `-i` flag. See for example https://github.com/neovim/neovim/actions/runs/19774967693/job/56665991723. Solution: Explicitly mark it as command using the `-e` flag.