mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10: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.