docs(git): trim verbose comments and fix prose-rule violations
This commit is contained in:
+1
-3
@@ -9,9 +9,7 @@ local M = {}
|
||||
---@field ft string
|
||||
---@field needs_ref boolean?
|
||||
|
||||
---Subcommands whose output goes to a buffer. Subcommands with their
|
||||
---own dispatch (`commit`, `show`, `cat-file`) call `run_in_split`
|
||||
---directly with a one-off conf.
|
||||
---Subcommands whose output goes to a buffer.
|
||||
---@type table<string, ow.Git.SplitHandler>
|
||||
local SPLIT_HANDLERS = {
|
||||
log = { ft = "git" },
|
||||
|
||||
Reference in New Issue
Block a user