Skip to content

Commit a1403a6

Browse files
committed
ccc
1 parent faa2d93 commit a1403a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/claudecode/selection.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ function M.send_at_mention_for_visual_selection(line1, line2)
669669

670670
-- Sanity check: ensure the selection is for the current buffer
671671
local current_buf_name = vim.api.nvim_buf_get_name(vim.api.nvim_get_current_buf())
672-
673672
if sel_to_send.filePath ~= current_buf_name then
674673
logger.warn(
675674
"selection",

0 commit comments

Comments
 (0)