Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptiondefs.h338 {"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 Doption.h41 #define P_RCLR 0x7000 // clear and redraw all macro
H A Doption.c3861 int doclear = (flags & P_RCLR) == P_RCLR; in check_redraw()