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

/macosx-10.10.1/vim-55/src/
H A Doption.c450 #define P_PRI_MKRC 0x800000L/* priority for :mkvimrc (setting option has macro
806 /* P_PRI_MKRC isn't needed here, optval_default()
1590 {"keymap", "kmp", P_STRING|P_ALLOCED|P_VI_DEF|P_RBUF|P_RSTAT|P_NFNAME|P_PRI_MKRC,
1916 {"paste", NULL, P_BOOL|P_VI_DEF|P_PRI_MKRC,
9029 * P_PRI_MKRC flag and once without.
9036 && ((pri == 1) == ((p->flags & P_PRI_MKRC) != 0)))

Completed in 82 milliseconds