Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro57 int bt_normal(buf_T *buf);
/vim-8.2.3635/src/
H A Dsession.c446 && (bt_normal(wp->w_buffer) || bt_help(wp->w_buffer))) in put_view()
H A Dquickfix.c2921 if (bt_normal(wp->w_buffer)) in qf_find_win_with_normal_buf()
2994 if (bt_normal(win->w_buffer)) in qf_goto_win_with_ll_file()
3051 if (altwin == NULL && !win->w_p_pvw && bt_normal(win->w_buffer)) in qf_goto_win_with_qfl_file()
H A Dfileio.c4069 || !bt_normal(buf) in buf_check_timestamp()
H A Dbuffer.c5575 bt_normal(buf_T *buf) in bt_normal() function
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt27327 Solution: Add the bt_normal() function. (Yegappan Lakshmanan)