diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-12-26 18:09:25 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-12-26 18:09:25 +1100 |
| commit | ba7059a2dcc4d39f6ec6807ef1923a371c1f57d0 (patch) | |
| tree | 7ef6262688c815af08a4230fb3e11d168be3b64f /src/shell_manager.hh | |
| parent | 83fb65aef5729167b47c6ec22a57e5bd6ac5a9ae (diff) | |
Fix wrong name
Diffstat (limited to 'src/shell_manager.hh')
| -rw-r--r-- | src/shell_manager.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_manager.hh b/src/shell_manager.hh index 6b45961a..f6ef38a4 100644 --- a/src/shell_manager.hh +++ b/src/shell_manager.hh @@ -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; |
