Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmenu.c118 char_u *map_buf; in ex_menu() local
370 map_buf = NULL; in ex_menu()
373 map_buf = NULL; // Menu tips are plain text. in ex_menu()
375 map_to = replace_termcodes(map_to, &map_buf, in ex_menu()
417 vim_free(map_buf); in ex_menu()