You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
declint testing 0def -override tex %{
set local testing 33eval -try-client tools %{
echo -debug"val: %opt(testing)"
}
}
:tex<ret># => 33
:new rename-client tools<ret># => switch back to prev client
:tex<ret># => 0# If I run it in the tools client, I get 33.
Outcome
The local option value doesn't carry over to -try-client client.
Expectations
I was expecting local to carry over to the other eval.
Version of Kakoune
9c458c5
Reproducer
Outcome
The
local
option value doesn't carry over to-try-client
client.Expectations
I was expecting
local
to carry over to the other eval.Additional information
The text was updated successfully, but these errors were encountered: