Searched refs:P_NO_MKRC (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 457 {"ballooneval", "beval",P_BOOL|P_VI_DEF|P_NO_MKRC, 466 {"balloonevalterm", "bevalterm",P_BOOL|P_VI_DEF|P_NO_MKRC, 496 {"bomb", NULL, P_BOOL|P_NO_MKRC|P_VI_DEF|P_RSTAT, 895 {"endofline", "eol", P_BOOL|P_NO_MKRC|P_VI_DEF|P_RSTAT, 938 |P_NO_MKRC, 1506 {"key", NULL, P_STRING|P_ALLOCED|P_VI_DEF|P_NO_MKRC, 1737 {"modified", "mod", P_BOOL|P_NO_MKRC|P_VI_DEF|P_RSTAT, 2176 {"scroll", "scr", P_NUM|P_NO_MKRC|P_VI_DEF, 2620 {"textmode", "tx", P_BOOL|P_VI_DEF|P_NO_MKRC, 2711 {"ttyfast", "tf", P_BOOL|P_NO_MKRC|P_VI_DEF, [all …]
|
| H A D | option.h | 32 #define P_NO_MKRC 0x200 // don't include in :mkvimrc output macro
|
| H A D | option.c | 4709 if (!(p->flags & P_NO_MKRC) in makeset()
|