fix(git): set ft=git for :G diff output
This commit is contained in:
+1
-1
@@ -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[]?
|
||||
|
||||
Reference in New Issue
Block a user