Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/editor.rs')
| -rw-r--r-- | helix-view/src/editor.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 747b01e4..589d7c5a 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -1133,6 +1133,7 @@ pub enum CompleteAction { Applied { trigger_offset: usize, changes: Vec<Change>, + placeholder: bool, }, } |