Open Issues Need Help
View All on GitHub `patch` action doesn't work well with `bom` option about 2 months ago
AI Summary: This issue describes a bug where the `GinPatch` action in a Neovim Git plugin fails to correctly handle Byte Order Marks (BOMs). The `bom` option is not inherited in patch buffers, and applying a patch through `GinPatch` results in the removal of BOMs from the patched file. This leads to data corruption for files that rely on BOMs for encoding.
Complexity:
3/5
bug help wanted