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 b3df3db commit 3d323d1Copy full SHA for 3d323d1
1 file changed
lua/CopilotChat/init.lua
@@ -195,7 +195,7 @@ function M.open(config)
195
local input, start_line, end_line, line_count =
196
find_lines_between_separator_at_cursor(state.chat.bufnr, M.config.separator)
197
if
198
- input ~= '' and not not vim.startswith(vim.trim(input), '**' .. M.config.name .. ':** ')
+ input ~= '' and not vim.startswith(vim.trim(input), '**' .. M.config.name .. ':** ')
199
then
200
-- If we are entering the input at the end, replace it
201
if line_count == end_line then
0 commit comments