Searched refs:P_RCLR (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 338 {"antialias", "anti", P_BOOL|P_VI_DEF|P_VIM|P_RCLR, 349 {"arabicshape", "arshape", P_BOOL|P_VI_DEF|P_VIM|P_RCLR, 366 {"ambiwidth", "ambw", P_STRING|P_VI_DEF|P_RCLR, 403 {"background", "bg", P_STRING|P_VI_DEF|P_RCLR, 887 {"emoji", "emo", P_BOOL|P_VI_DEF|P_RCLR, 891 {"encoding", "enc", P_STRING|P_VI_DEF|P_RCLR|P_NO_ML, 1596 {"linespace", "lsp", P_NUM|P_VI_DEF|P_RCLR, 1642 {"macatsui", NULL, P_BOOL|P_VI_DEF|P_RCLR, 2564 {"termencoding", "tenc", P_STRING|P_VI_DEF|P_RCLR, 2568 {"termguicolors", "tgc", P_BOOL|P_VI_DEF|P_VIM|P_RCLR, [all …]
|
| H A D | option.h | 41 #define P_RCLR 0x7000 // clear and redraw all macro
|
| H A D | option.c | 3861 int doclear = (flags & P_RCLR) == P_RCLR; in check_redraw()
|