Searched refs:idx_sp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Doption.c3764 int idx_sp; local
3774 idx_sp = findoption((char_u *)"sp");
3775 if (idx_sp < 0)
3778 do_sp = !(options[idx_sp].flags & P_WAS_SET);
3833 options[idx_sp].def_val[VI_DEFAULT] = p_sp;
3869 options[idx_sp].def_val[VI_DEFAULT] = p_sp;

Completed in 91 milliseconds