Files
neovim/.github/workflows
Yochem van Rosmalen b058a801e7 ci(lintdocurls): use sed -e flag to mark argument as command #36776
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.
2025-12-01 16:54:10 -05:00
..
2025-11-23 20:03:13 -05:00
2025-11-23 20:03:13 -05:00
2025-11-21 13:34:28 +01:00
2025-11-21 13:34:28 +01:00
2024-08-29 15:15:50 +02:00
2025-11-22 15:59:07 -05:00