mirror of https://github.com/helix-editor/helix
parent
d56638ba9a
commit
d6bb1092c7
|
@ -465,10 +465,10 @@ pub enum StatusLineElement {
|
||||||
/// The LSP activity spinner
|
/// The LSP activity spinner
|
||||||
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,
|
FileBaseName,
|
||||||
|
|
||||||
/// The relative file path, including a dirty flag if it's unsaved
|
/// The relative file path
|
||||||
FileName,
|
FileName,
|
||||||
|
|
||||||
// The file modification indicator
|
// The file modification indicator
|
||||||
|
|
Loading…
Reference in New Issue