Searched refs:idx_opt (Results 1 – 1 of 1) sorted by relevance
1027 int idx_opt; in set_init_3() local1029 idx_opt = findoption((char_u *)"shcf"); in set_init_3()1030 if (idx_opt >= 0 && !(options[idx_opt].flags & P_WAS_SET)) in set_init_3()1033 options[idx_opt].def_val[VI_DEFAULT] = p_shcf; in set_init_3()1036 idx_opt = findoption((char_u *)"sxq"); in set_init_3()1037 if (idx_opt >= 0 && !(options[idx_opt].flags & P_WAS_SET)) in set_init_3()1040 options[idx_opt].def_val[VI_DEFAULT] = p_sxq; in set_init_3()