Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c3920 int use_string = FALSE; in common_function() local
3947 use_string = TRUE; in common_function()
3955 if ((use_string && vim_strchr(s, AUTOLOAD_CHAR) == NULL) || is_funcref) in common_function()
3965 if (s == NULL || *s == NUL || (use_string && VIM_ISDIGIT(*s)) in common_function()
3967 semsg(_(e_invarg2), use_string ? tv_get_string(&argvars[0]) : s); in common_function()