Searched refs:P_WAS_SET (Results 1 – 3 of 3) sorted by relevance
851 if (idx >= 0 && !(options[idx].flags & P_WAS_SET) in set_init_2()857 options[idx].flags &= ~P_WAS_SET; in set_init_2()896 do_srr = !(options[idx_srr].flags & P_WAS_SET); in set_init_3()902 do_sp = !(options[idx_sp].flags & P_WAS_SET); in set_init_3()1048 if (idx3 >= 0 && !(options[idx3].flags & P_WAS_SET)) in set_init_3()2241 options[opt_idx].flags |= P_WAS_SET; in did_set_option()3275 options[opt_idx].flags |= P_WAS_SET; in set_bool_option()3837 options[opt_idx].flags |= P_WAS_SET; in set_num_option()6931 options[opt_idx].flags |= P_WAS_SET; in change_compatible()6946 if (options[idx].flags & P_WAS_SET) in option_was_set()[all …]
31 #define P_WAS_SET 0x100 // option has been set/reset macro
4592 vim with "vim -u test", then doing ":set sp=". The P_WAS_SET flag wasn't set