A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/1201145b6893703fb351f51d9f2c742bd6946403 below:

use STATIC_CSTR_AS_STRING · neovim/neovim@1201145 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-2

lines changed Original file line number Diff line number Diff line change

@@ -835,9 +835,8 @@ static void handle_remote_client(mparm_T *params, int remote_args,

835 835

ADD(a, CSTR_TO_OBJ(server_addr));

836 836

ADD(a, CSTR_TO_OBJ(connect_error));

837 837

ADD(a, ARRAY_OBJ(args));

838 -

String s = cstr_to_string("return vim._cs_remote(...)");

838 +

String s = STATIC_CSTR_AS_STRING("return vim._cs_remote(...)");

839 839

Object o = nlua_exec(s, a, &err);

840 -

api_free_string(s);

841 840

api_free_array(a);

842 841

if (ERROR_SET(&err)) {

843 842

mch_errmsg(err.msg);

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