diff options
author | Philipp Mildenberger | 2023-03-19 23:02:41 +0000 |
---|---|---|
committer | Philipp Mildenberger | 2023-05-18 19:58:15 +0000 |
commit | 1d5d5dab4718b9db40a20037c1cb1edf66f7991a (patch) | |
tree | ca5445cd32b50a6ecd44fe2a3604d51872d1a4db /helix-term/src/commands.rs | |
parent | 2eeac10755e6b88e3d5861dee7e2016a10c01c9f (diff) |
Remove offset_encoding in CompletionItem
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(); |