From c5d07bbb9d294881cc3805f5c267247ecb7d62db Mon Sep 17 00:00:00 2001 From: mfirhas Date: Thu, 20 Jun 2024 11:10:01 +0700 Subject: [PATCH] Add comment --- helix-view/src/editor.rs | 1 + 1 file changed, 1 insertion(+) 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, }