Skip to content

Commit 3128fb4

Browse files
committed
Update comment to reflect existing code
1 parent 02d06e6 commit 3128fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llamaplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ void LlamaPlugin::fim_render(TextEditorWidget *editor,
667667
int pos_y,
668668
const QByteArray &response)
669669
{
670-
// do not show if there is a completion in progress
670+
// do not show a suggestion if we have a selection
671671
if (!editor->selectedText().isEmpty())
672672
return;
673673

0 commit comments

Comments
 (0)