mirror of https://github.com/helix-editor/helix
add back missing command
parent
fe4d6ceb40
commit
5fbc086ccd
|
@ -2519,6 +2519,13 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
|
||||||
fun: write_all,
|
fun: write_all,
|
||||||
signature: CommandSignature::none(),
|
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 {
|
TypableCommand {
|
||||||
name: "write-quit-all",
|
name: "write-quit-all",
|
||||||
aliases: &["wqa", "xa"],
|
aliases: &["wqa", "xa"],
|
||||||
|
|
Loading…
Reference in New Issue