Remove path completions for :new
command (#8010)
This commit is contained in:
parent
01a1e5ec2a
commit
2767459f89
1 changed files with 1 additions and 3 deletions
|
@ -2408,9 +2408,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
|
||||||
aliases: &["n"],
|
aliases: &["n"],
|
||||||
doc: "Create a new scratch buffer.",
|
doc: "Create a new scratch buffer.",
|
||||||
fun: new_file,
|
fun: new_file,
|
||||||
// TODO: This seems to complete with a filename, but doesn't use that filename to
|
signature: CommandSignature::none(),
|
||||||
// set the path of the newly created buffer.
|
|
||||||
signature: CommandSignature::positional(&[completers::filename]),
|
|
||||||
},
|
},
|
||||||
TypableCommand {
|
TypableCommand {
|
||||||
name: "format",
|
name: "format",
|
||||||
|
|
Loading…
Reference in a new issue