mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 13:02:01 +03:00
const String& to StringView
This commit is contained in:
parent
885f372410
commit
1a17d9c73f
@ -271,7 +271,7 @@ String eval_token(const Token& token, Context& context,
|
||||
memoryview<String> shell_params,
|
||||
const EnvVarMap& env_vars);
|
||||
|
||||
String eval(const String& str, Context& context,
|
||||
String eval(StringView str, Context& context,
|
||||
memoryview<String> shell_params,
|
||||
const EnvVarMap& env_vars)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user