diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index e4f19627c..4afd92db8 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -576,6 +576,7 @@ pub enum StatusLineElement { /// Indicator for selected register Register, + /// The base of current working directory CurrentWorkingDirectory, }