Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdhist.c99 char *short_names = ":=@>?/"; in get_history_arg() local
100 int short_names_count = (int)STRLEN(short_names); in get_history_arg()
105 compl[0] = (char_u)short_names[idx]; in get_history_arg()