From 3890376a23e84d5bcdac31cb9d0f6913abe0fc7f Mon Sep 17 00:00:00 2001 From: Dan Cardamore Date: Sun, 17 Mar 2024 18:55:49 -0400 Subject: add 'file-absolute-path' to statusline (#4535) * feat: add 'file-abs-path' to statusline (#4434) * cleanup implementation * rename to be non-abbreviated names --------- Co-authored-by: Michael Davis --- helix-view/src/editor.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helix-view/src/editor.rs') 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, -- cgit v1.2.3-70-g09d2