feat(highlight): warn when hunks exceed max_lines (#184)
This commit is contained in:
parent
600d3757f2
commit
de04381298
5 changed files with 99 additions and 22 deletions
|
|
@ -17,6 +17,8 @@
|
|||
---@field repo_root string?
|
||||
---@field context_before string[]?
|
||||
---@field context_after string[]?
|
||||
---@field _hl_line_count integer?
|
||||
---@field _skipped_max_lines boolean?
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue