Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnormal.c1806 static char_u old_showcmd_buf[SHOWCMD_BUFLEN]; // For push_showcmd() variable
2011 STRCPY(old_showcmd_buf, showcmd_buf); in push_showcmd()
2020 STRCPY(showcmd_buf, old_showcmd_buf); in pop_showcmd()