Home
last modified time | relevance | path

Searched refs:SHOWCMD_COLS (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c3297 if (typebuf.tb_len > SHOWCMD_COLS) in vgetorpeek()
3298 showcmd_idx = typebuf.tb_len - SHOWCMD_COLS; in vgetorpeek()
H A Dvim.h1741 #define SHOWCMD_COLS 10 // columns needed by shown command macro
H A Dnormal.c1804 #define SHOWCMD_BUFLEN SHOWCMD_COLS + 1 + 30
1898 showcmd_buf[SHOWCMD_COLS] = NUL; // truncate in clear_showcmd()
1962 overflow = old_len + extra_len - SHOWCMD_COLS; in add_to_showcmd()
H A Dscreen.c4690 sc_col += SHOWCMD_COLS; in comp_col()