Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c3448 buf_T *existing_buf = buflist_findname_exp(fname); in jumpto_tag() local
3450 if (existing_buf != NULL) in jumpto_tag()
3455 wp = buf_jump_open_win(existing_buf); in jumpto_tag()
3460 wp = buf_jump_open_tab(existing_buf); in jumpto_tag()