Skip to content

Commit

Permalink
refactor: don't move cursor in inline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Feb 9, 2024
1 parent 2754754 commit ef58059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/codecompanion/strategy/inline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ function Inline:execute(user_prompt)

pos.line = line + 1
pos.col = col
api.nvim_win_set_cursor(self.context.winid, { pos.line, pos.col })
end

log:debug("Messages: %s", messages)
Expand Down

0 comments on commit ef58059

Please sign in to comment.