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

/macosx-10.10.1/vim-55/src/
H A Doption.c41 * PV_WIN is added: window-local option
46 #define PV_WIN 0x2000 macro
49 #define OPT_WIN(x) (idopt_T)(PV_WIN + (int)(x))
4336 else if ((int)options[opt_idx].indir & PV_WIN)
7429 if (both || (opt_flags & OPT_GLOBAL) || (indir & (PV_BUF|PV_WIN)) == 0)
7435 else if (indir & PV_WIN)

Completed in 87 milliseconds