Searched refs:title_text (Results 1 – 2 of 2) sorted by relevance
3914 char_u *title_text = alloc(title_byte_len + 1); in update_popups() local3916 if (title_text != NULL) in update_popups()3918 trunc_string(wp->w_popup_title, title_text, in update_popups()3920 screen_puts(title_text, wp->w_winrow, title_wincol, in update_popups()3923 vim_free(title_text); in update_popups()
639 let title_text = ':helpgrep quickfix'641 let title_text = ':lhelpgrep quickfix'643 call assert_true(w:quickfix_title =~ title_text, w:quickfix_title)