Skip to content

Commit

Permalink
Update stale comments
Browse files Browse the repository at this point in the history
Obsoleted by helix-editor#4731
  • Loading branch information
theteachr authored and dgkf committed Jan 30, 2024
1 parent 0627e2c commit e48e545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-view/src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e48e545

Please sign in to comment.