Searched refs:P_RSTAT (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 490 {"binary", "bin", P_BOOL|P_VI_DEF|P_RSTAT, 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, 971 {"fixendofline", "fixeol", P_BOOL|P_VI_DEF|P_RSTAT, 1737 {"modified", "mod", P_BOOL|P_NO_MKRC|P_VI_DEF|P_RSTAT, 1926 {"previewwindow", "pvw", P_BOOL|P_VI_DEF|P_RSTAT|P_NOGLOB, 2084 {"readonly", "ro", P_BOOL|P_VI_DEF|P_RSTAT|P_NOGLOB, 2157 {"ruler", "ru", P_BOOL|P_VI_DEF|P_VIM|P_RSTAT, 2467 {"swapfile", "swf", P_BOOL|P_VI_DEF|P_RSTAT, 2909 {"winfixheight", "wfh", P_BOOL|P_VI_DEF|P_RSTAT, [all …]
|
| H A D | option.h | 37 #define P_RSTAT 0x1000 // redraw status lines macro
|
| H A D | option.c | 3864 if ((flags & P_RSTAT) || all) // mark all status lines dirty in check_redraw()
|