Home
last modified time | relevance | path

Searched refs:JSON_NL (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Djson.c85 if (json_encode_gap(&ga, &listtv, options) == OK && (options & JSON_NL)) in json_encode_nr_expr()
H A Dchannel.c2573 json = json_encode_nr_expr(id, tv, options | JSON_NL); in channel_exe_cmd()
2581 json = json_encode_nr_expr(id, &err_tv, options | JSON_NL); in channel_exe_cmd()
4293 (ch_mode == MODE_JS ? JSON_JS : 0) | JSON_NL); in ch_expr_common()
H A Dvim.h2604 #define JSON_NL 4 // append a NL macro