1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-24 20:13:00 +03:00

define_command: remove unused param from parser definition

This commit is contained in:
Maxime Coste 2012-08-07 14:26:51 +02:00
parent 718f62b6a3
commit 2cac18545e

View File

@ -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 } });