From bf872366fdc9d31383cc84a35bd8d30b1a9b9da6 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 4 Mar 2023 23:04:17 +0530 Subject: [PATCH] Document the file-modification-indicator statusline element (#6036) --- book/src/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/configuration.md b/book/src/configuration.md index 7514a3d0f..0b9ebe966 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 |