aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authortheteachr2023-08-14 02:15:35 +0000
committerSkyler Hawthorne2023-08-14 11:48:53 +0000
commitd6bb1092c7f046d4ac7eb3bad6a7e4b9b9d94ca7 (patch)
treef6b24b23af7deaf561c132ac0573b86bedd949d5 /helix-view
parentd56638ba9aab22656b1f477e45b26b78cdc8201c (diff)
Update stale comments
Obsoleted by https://github.com/helix-editor/helix/pull/4731
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/src/editor.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index af00864a..66542e89 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -465,10 +465,10 @@ pub enum StatusLineElement {
/// The LSP activity spinner
Spinner,
- /// The base file name, including a dirty flag if it's unsaved
+ /// The file basename (the leaf of the open file's path)
FileBaseName,
- /// The relative file path, including a dirty flag if it's unsaved
+ /// The relative file path
FileName,
// The file modification indicator