Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c774 char_u *varp = get_varp_scope(p, OPT_LOCAL); in set_local_options_default()
1660 value = *(long *)get_varp_scope( in do_set()
1739 origval_l = *(char_u **)get_varp_scope( in do_set()
1741 origval_g = *(char_u **)get_varp_scope( in do_set()
1796 newval = vim_strsave(*(char_u **)get_varp_scope( in do_set()
4553 varp = get_varp_scope(p, opt_flags); in showoptions()
4644 varp = get_varp_scope(p, opt_flags); in showoneopt()
4723 varp = get_varp_scope(p, opt_flags); in makeset()
4743 varp_fresh = get_varp_scope(p, OPT_GLOBAL); in makeset()
5206 get_varp_scope(struct vimoption *p, int opt_flags) in get_varp_scope() function
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6930 Solution: Use get_varp_scope() instead of get_varp(). (Ian Kelling)