Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Darglist.c352 int will_edit) // will edit adding argument in alist_add_list() argument
370 int flags = BLN_LISTED | (will_edit ? BLN_CURBUF : 0); in alist_add_list()
398 int will_edit) // will edit added argument in do_arglist() argument
480 alist_add_list(exp_count, exp_files, after, will_edit); in do_arglist()
484 alist_set(ALIST(curwin), exp_count, exp_files, will_edit, NULL, 0); in do_arglist()