Searched refs:P_RWIN (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 679 {"conceallevel","cole", P_NUM|P_RWIN|P_VI_DEF, 989 {"foldcolumn", "fdc", P_NUM|P_VI_DEF|P_RWIN, 1025 {"foldlevel", "fdl", P_NUM|P_VI_DEF|P_RWIN, 1044 P_RWIN|P_ONECOMMA|P_NODUP, 1062 {"foldminlines","fml", P_NUM|P_VI_DEF|P_RWIN, 1071 {"foldnestmax", "fdn", P_NUM|P_VI_DEF|P_RWIN, 1624 {"list", NULL, P_BOOL|P_VI_DEF|P_RWIN, 1823 {"number", "nu", P_BOOL|P_VI_DEF|P_RWIN, 1826 {"numberwidth", "nuw", P_NUM|P_RWIN|P_VIM, 2383 {"spell", NULL, P_BOOL|P_VI_DEF|P_RWIN, [all …]
|
| H A D | option.h | 38 #define P_RWIN 0x2000 // redraw current window and recompute text macro
|
| H A D | option.c | 3867 if ((flags & P_RBUF) || (flags & P_RWIN) || all) in check_redraw()
|