We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2d596 commit 01c656aCopy full SHA for 01c656a
lua/codecompanion/interactions/inline/init.lua
@@ -737,11 +737,11 @@ function Inline:start_diff(original_content)
737
738
self.diff = diff.new({
739
bufnr = self.buffer_context.bufnr,
740
+ contents = original_content,
741
cursor_pos = self.buffer_context.cursor_pos,
742
filetype = self.buffer_context.filetype,
- contents = original_content,
743
- winnr = self.buffer_context.winnr,
744
id = self.id,
+ winnr = self.buffer_context.winnr,
745
})
746
end
747
0 commit comments