mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 12:36:11 +03:00
define_command: remove unused param from parser definition
This commit is contained in:
parent
718f62b6a3
commit
2cac18545e
@ -473,7 +473,6 @@ void define_command(const CommandParameters& params, Context& context)
|
||||
{
|
||||
ParametersParser parser(params,
|
||||
{ { "env-params", false },
|
||||
{ "append-params", false },
|
||||
{ "allow-override", false },
|
||||
{ "shell-completion", true } });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user