Home
last modified time | relevance | path

Searched defs:block_def (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dstructs.h4334 struct block_def struct
4336 int startspaces; // 'extra' cols before first char
4337 int endspaces; // 'extra' cols after last char
4338 int textlen; // chars in block
4340 colnr_T textcol; // index of chars (partially) in block
4342 colnr_T end_vcol; // start col of 1st char wholly after block
4343 int is_short; // TRUE if line is too short to fit in block
4344 int is_MAX; // TRUE if curswant==MAXCOL when starting
4345 int is_oneChar; // TRUE if block within one character
4346 int pre_whitesp; // screen cols of ws before block
[all …]