Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c981 xp->xp_line = buff; in set_one_cmd_context()
1829 xp->xp_line = str; in set_cmd_context()
2446 if (xp->xp_arg == NULL || xp->xp_arg[0] == '\0' || xp->xp_line == NULL) in call_user_expand_func()
2462 args[1].vval.v_string = xp->xp_line; in call_user_expand_func()
H A Dstructs.h600 char_u *xp_line; // text being completed member
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17661 Solution: Move setting xp_line down. (Daniel Thau)