Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/info.rs')
| -rw-r--r-- | helix-view/src/info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/info.rs b/helix-view/src/info.rs index 5ad6a60c..3877df21 100644 --- a/helix-view/src/info.rs +++ b/helix-view/src/info.rs @@ -2,7 +2,7 @@ use crate::input::KeyEvent; use helix_core::{register::Registers, unicode::width::UnicodeWidthStr}; use std::{collections::BTreeSet, fmt::Write}; -#[derive(Debug)] +#[derive(Debug, Clone)] /// Info box used in editor. Rendering logic will be in other crate. pub struct Info { /// Title shown at top. |