Searched refs:P_RBUF (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 517 {"breakindentopt", "briopt", P_STRING|P_ALLOCED|P_VI_DEF|P_RBUF 937 {"fileencoding","fenc", P_STRING|P_ALLOCED|P_VI_DEF|P_RSTAT|P_RBUF 2349 {"sidescrolloff", "siso", P_NUM|P_VI_DEF|P_VIM|P_RBUF, 2390 {"spellcapcheck", "spc", P_STRING|P_ALLOCED|P_VI_DEF|P_RBUF, 2410 |P_RBUF|P_EXPAND, 2420 |P_ONECOMMA|P_NODUP|P_RBUF, 2476 {"synmaxcol", "smc", P_NUM|P_VI_DEF|P_RBUF, 2504 {"tabstop", "ts", P_NUM|P_VI_DEF|P_RBUF, 2586 {"termwinscroll", "twsl", P_NUM|P_VI_DEF|P_VIM|P_RBUF, 2629 {"textwidth", "tw", P_NUM|P_VI_DEF|P_VIM|P_RBUF, [all …]
|
| H A D | option.h | 39 #define P_RBUF 0x4000 // redraw current buffer and recompute text macro
|
| H A D | option.c | 3867 if ((flags & P_RBUF) || (flags & P_RWIN) || all) in check_redraw() 3869 if (flags & P_RBUF) in check_redraw()
|