Searched refs:P_VI_DEF (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 448 {"balloondelay","bdlay",P_NUM|P_VI_DEF, 629 {"cmdwinheight", "cwh", P_NUM|P_VI_DEF, 974 {"fkmap", "fk", P_BOOL|P_VI_DEF, 977 {"flash", "fl", P_BOOL|P_VI_DEF, 1315 {"icon", NULL, P_BOOL|P_VI_DEF, 1608 {"lisp", NULL, P_BOOL|P_VI_DEF, 1713 {"mesg", NULL, P_BOOL|P_VI_DEF, 1842 {"open", NULL, P_BOOL|P_VI_DEF, 2728 |P_VI_DEF, 2824 |P_SECURE|P_VI_DEF, [all …]
|
| H A D | option.c | 571 dvi = ((flags & P_VI_DEF) || compatible) ? VI_DEFAULT : VIM_DEFAULT; in set_option_default() 1595 ((flags & P_VI_DEF) || cp_val) in do_set() 1650 ((flags & P_VI_DEF) || cp_val) in do_set() 1764 ((flags & P_VI_DEF) || cp_val) in do_set() 4618 dvi = ((p->flags & P_VI_DEF) || compatible) ? VI_DEFAULT : VIM_DEFAULT; in optval_default() 6892 if (!(options[opt_idx].flags & (P_WAS_SET|P_VI_DEF))) in vimrc_found() 6982 || (!(options[opt_idx].flags & P_VI_DEF) && !p_cp)) in compatible_set()
|
| H A D | option.h | 33 #define P_VI_DEF 0x400 // Use Vi default for Vim macro
|