Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c3914 char_u *title_text = alloc(title_byte_len + 1); in update_popups() local
3916 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()
/vim-8.2.3635/src/testdir/
H A Dtest_quickfix.vim639 let title_text = ':helpgrep quickfix'
641 let title_text = ':lhelpgrep quickfix'
643 call assert_true(w:quickfix_title =~ title_text, w:quickfix_title)