Home
last modified time | relevance | path

Searched refs:P_RSTAT (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h490 {"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 Doption.h37 #define P_RSTAT 0x1000 // redraw status lines macro
H A Doption.c3864 if ((flags & P_RSTAT) || all) // mark all status lines dirty in check_redraw()