diff options
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r-- | helix-view/src/editor.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 213141ff..4e3a69a2 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -325,6 +325,9 @@ pub enum StatusLineElement { /// A summary of the number of errors and warnings Diagnostics, + /// A summary of the number of errors and warnings on file and workspace + WorkspaceDiagnostics, + /// The number of selections (cursors) Selections, |