fix(git): set ft=git for :G diff output

This commit is contained in:
2026-05-07 17:07:39 +02:00
parent 3d927b4452
commit 4677da16cc
+1 -1
View File
@@ -12,7 +12,7 @@ local M = {}
---@type table<string, ow.Git.Cmd.SplitHandler>
local SPLIT_HANDLERS = {
log = { ft = "git" },
diff = { ft = "diff" },
diff = { ft = "git" },
}
---@type string[]?