Update stale comments
Obsoleted by https://github.com/helix-editor/helix/pull/4731
This commit is contained in:
parent
d56638ba9a
commit
d6bb1092c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue