Skip to content

Commit 01c656a

Browse files
committed
wip
1 parent fb2d596 commit 01c656a

File tree

1 file changed

+2
-2
lines changed
  • lua/codecompanion/interactions/inline

1 file changed

+2
-2
lines changed

lua/codecompanion/interactions/inline/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,11 +737,11 @@ function Inline:start_diff(original_content)
737737

738738
self.diff = diff.new({
739739
bufnr = self.buffer_context.bufnr,
740+
contents = original_content,
740741
cursor_pos = self.buffer_context.cursor_pos,
741742
filetype = self.buffer_context.filetype,
742-
contents = original_content,
743-
winnr = self.buffer_context.winnr,
744743
id = self.id,
744+
winnr = self.buffer_context.winnr,
745745
})
746746
end
747747

0 commit comments

Comments
 (0)