Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmap.c141 char_u *mapchars; in showmap() local
153 mapchars = map_mode_to_chars(mp->m_mode); in showmap()
154 if (mapchars != NULL) in showmap()
156 msg_puts((char *)mapchars); in showmap()
157 len = (int)STRLEN(mapchars); in showmap()
158 vim_free(mapchars); in showmap()