add back missing command

pull/8675/merge^2
mattwparas 2023-08-23 08:54:04 -07:00
parent fe4d6ceb40
commit 5fbc086ccd
1 changed files with 7 additions and 0 deletions

View File

@ -2519,6 +2519,13 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
fun: write_all,
signature: CommandSignature::none(),
},
TypableCommand {
name: "write-all!",
aliases: &["wa!"],
doc: "Forcefully write changes from all buffers to disk creating necessary subdirectories.",
fun: force_write_all,
signature: CommandSignature::none(),
},
TypableCommand {
name: "write-quit-all",
aliases: &["wqa", "xa"],