Home
last modified time | relevance | path

Searched refs:dict_arg (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtextprop.pro5 …mmon(linenr_T start_lnum, colnr_T start_col, dict_T *dict, buf_T *default_buf, typval_T *dict_arg);
/vim-8.2.3635/src/
H A Dtextprop.c390 typval_T *dict_arg) in prop_add_common() argument
445 if (dict_arg != NULL && get_bufnr_from_arg(dict_arg, &buf) == FAIL) in prop_add_common()