Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/runtime/spell/sv/
H A Dsv_SE.diff188 + resp.
/vim-8.2.3635/src/
H A Dex_cmds.c4198 char_u *resp; in ex_substitute() local
4222 resp = getexmodeline('?', NULL, 0, TRUE); in ex_substitute()
4223 if (resp != NULL) in ex_substitute()
4225 typed = *resp; in ex_substitute()
4226 vim_free(resp); in ex_substitute()
H A Dterm.c5566 int resp = handle_csi(tp, len, argp, offset, buf, in check_termcode() local
5568 if (resp != 0) in check_termcode()
5571 if (resp == -1) in check_termcode()
5574 return resp; in check_termcode()
H A Dgui_gtk_x11.c3089 add_tabline_menu_item(GtkWidget *menu, char_u *text, int resp) in add_tabline_menu_item() argument
3102 GINT_TO_POINTER(resp)); in add_tabline_menu_item()
/vim-8.2.3635/runtime/syntax/
H A Dhog.vim120 syn keyword HogRuleOption skipwhite contained nextgroup=HogRuleSROP logto session resp react …
H A Dnasm.vim336 " Coprocessing and Multiprocessing (requires fpu and multiple cpu's resp.)
/vim-8.2.3635/runtime/indent/
H A Dclojure.vim83 " Stop only on vector and map [ resp. {. Ignore the ones in strings and
/vim-8.2.3635/src/testdir/
H A Dtest_channel.vim240 let resp = ch_read(handle)
241 call assert_equal(type([]), type(resp))
242 call assert_equal(type(11), type(resp[0]))
243 call assert_equal('waited', resp[1])