diff options
author | TornaxO7 | 2023-12-15 18:05:04 +0000 |
---|---|---|
committer | GitHub | 2023-12-15 18:05:04 +0000 |
commit | 914c83420b9901f596bf771ad5f20495de9a070c (patch) | |
tree | 0437b4028945e74ce3f692d429cf9238433bde17 /book/src/generated | |
parent | 33d85606cf36da074d91db498d12233ab4978509 (diff) |
fix `:indent-style` crash (#9087)
* removing unreachable statement in `:indent-style`
* update checks when setting indent line and update docs
* `cargo xtask docgen`
Diffstat (limited to 'book/src/generated')
-rw-r--r-- | book/src/generated/typable-cmd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index 6280d3c7..f4fcb6f6 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -17,7 +17,7 @@ | `:write-buffer-close!`, `:wbc!` | Force write changes to disk creating necessary subdirectories and closes the buffer. Accepts an optional path (:write-buffer-close! some/path.txt) | | `:new`, `:n` | Create a new scratch buffer. | | `:format`, `:fmt` | Format the file using the LSP formatter. | -| `:indent-style` | Set the indentation style for editing. ('t' for tabs or 1-8 for number of spaces.) | +| `:indent-style` | Set the indentation style for editing. ('t' for tabs or 1-16 for number of spaces.) | | `:line-ending` | Set the document's default line ending. Options: crlf, lf. | | `:earlier`, `:ear` | Jump back to an earlier point in edit history. Accepts a number of steps or a time span. | | `:later`, `:lat` | Jump to a later point in edit history. Accepts a number of steps or a time span. | |