1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-17 00:30:26 +03:00

Fix wrong name

This commit is contained in:
Maxime Coste 2023-12-26 18:09:25 +11:00
parent 83fb65aef5
commit ba7059a2dc

View File

@ -65,7 +65,7 @@ public:
Shell spawn(StringView cmdline,
const Context& context,
bool open_stdin,
const ShellContext& shell_complete = {});
const ShellContext& shell_context = {});
Vector<String> get_val(StringView name, const Context& context) const;