+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -836,7 +836,7 @@ static void handle_remote_client(mparm_T *params, int remote_args,
836
836
ADD(a, INTEGER_OBJ((int)rc_id));
837
837
ADD(a, ARRAY_OBJ(args));
838
838
String s = cstr_to_string("return vim._cs_remote(...)");
839
-
Object o = executor_exec_lua_api(s, a, &err);
839
+
Object o = nlua_exec(s, a, &err);
840
840
api_free_string(s);
841
841
api_free_array(a);
842
842
@@ -859,7 +859,7 @@ static void handle_remote_client(mparm_T *params, int remote_args,
859
859
}
860
860
861
861
if (should_exit) {
862
-
mch_exit(0);
862
+
os_exit(0);
863
863
} else {
864
864
if (tabbed) {
865
865
params->window_count = files;
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4