mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
Fix confusion between -n and -d switches in main
This commit is contained in:
parent
ff25948a6f
commit
af1134bd75
@ -540,8 +540,8 @@ int main(int argc, char* argv[])
|
|||||||
session = parser.option_value("s");
|
session = parser.option_value("s");
|
||||||
|
|
||||||
return run_server(session, init_command,
|
return run_server(session, init_command,
|
||||||
parser.has_option("d"),
|
|
||||||
parser.has_option("n"),
|
parser.has_option("n"),
|
||||||
|
parser.has_option("d"),
|
||||||
files);
|
files);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user