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 0b07f6df..6c585a8a 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -1137,6 +1137,7 @@ pub enum CompleteAction { Applied { trigger_offset: usize, changes: Vec<Change>, + placeholder: bool, }, } |