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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 57e13088..66315652 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -628,6 +628,9 @@ pub enum StatusLineElement { /// Indicator for selected register Register, + + /// The base of current working directory + CurrentWorkingDirectory, } // Cursor shape is read and used on every rendered frame and so needs |