Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c3784 static char_u *lasticon = NULL; variable
3809 if (!p_title && !p_icon && lasttitle == NULL && lasticon == NULL) in maketitle()
3996 mustset |= value_changed(icon_str, &lasticon); in maketitle()
4035 mch_settitle(lasttitle, lasticon); in resettitle()
4043 vim_free(lasticon); in free_titles()