aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick2023-03-04 17:34:17 +0000
committerGitHub2023-03-04 17:34:17 +0000
commitbf872366fdc9d31383cc84a35bd8d30b1a9b9da6 (patch)
tree6d7a614a7d56d2dda3ef3731c4a8a68752f16dcb
parent2bd8bc8d8484a4a8852280f16888a819acbfde7a (diff)
Document the file-modification-indicator statusline element (#6036)
-rw-r--r--book/src/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index 7514a3d0..0b9ebe96 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -98,6 +98,7 @@ The following statusline elements can be configured:
| `spinner` | A progress spinner indicating LSP activity |
| `file-name` | The path/name of the opened file |
| `file-base-name` | The basename of the opened file |
+| `file-modification-indicator` | The indicator to show whether the file is modified (a `[+]` appears when there are unsaved changes) |
| `file-encoding` | The encoding of the opened file if it differs from UTF-8 |
| `file-line-ending` | The file line endings (CRLF or LF) |
| `total-line-numbers` | The total line numbers of the opened file |