:memo:

Antonio Scandurra created

Change summary

crates/editor/src/editor.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/editor/src/editor.rs 🔗

@@ -3279,7 +3279,7 @@ impl Editor {
                 }
             }
 
-            // Accept copilot suggestion if there is only one selection and the cursor is
+            // Accept copilot suggestion if there is only one selection and the cursor is not
             // in the leading whitespace.
             if self.selections.count() == 1
                 && selection.start.column >= current_indent.len