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 f46a0d6a..bad61052 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -487,6 +487,9 @@ pub enum StatusLineElement { /// The relative file path FileName, + /// The file absolute path + FileAbsolutePath, + // The file modification indicator FileModificationIndicator, |