Skip to content

Commit

Permalink
chore: todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Aug 28, 2024
1 parent 294e476 commit 66e9ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/gp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,7 @@ M.Prompt = function(params, target, agent, template, prompt, whisper, callback)
finish = M._selection_last_line + ll - fl
end

--TODO: this bugs out when GpEnew called from welcome screen
-- select from first_line to last_line
vim.api.nvim_win_set_cursor(0, { start + 1, 0 })
vim.api.nvim_command("normal! V")
Expand Down

0 comments on commit 66e9ca6

Please sign in to comment.