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

/macosx-10.10.1/vim-55/src/
H A Dnormal.c3731 static char_u old_showcmd_buf[SHOWCMD_BUFLEN]; /* For push_showcmd() */ variable
3944 STRCPY(old_showcmd_buf, showcmd_buf);
3953 STRCPY(showcmd_buf, old_showcmd_buf);

Completed in 279 milliseconds