diff options
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r-- | helix-term/src/commands.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 060c9d83..772db6f8 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -4269,7 +4269,6 @@ pub fn completion(cx: &mut Context) { .map(|item| CompletionItem { item, language_server_id, - offset_encoding, resolved: false, }) .collect(); |