refactor(git): hardcode strict_indexing in set_buf_lines

This commit is contained in:
2026-05-06 15:47:26 +02:00
parent 6fdd455536
commit e00a282194
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ local function populate(buf, r, rev, state, rev_sha)
end
end
util.buf_set_lines(buf, 0, -1, false, util.split_lines(stdout))
util.set_buf_lines(buf, 0, -1, util.split_lines(stdout))
state.sha = rev_sha
return true
end