Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnormal.c1804 #define SHOWCMD_BUFLEN SHOWCMD_COLS + 1 + 30 macro
1805 static char_u showcmd_buf[SHOWCMD_BUFLEN];
1806 static char_u old_showcmd_buf[SHOWCMD_BUFLEN]; // For push_showcmd()