Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dbuffer.c363 apply_autocmds_retval(EVENT_BUFWINENTER, NULL, NULL, FALSE, in open_buffer()
366 apply_autocmds(EVENT_BUFWINENTER, NULL, NULL, FALSE, curbuf); in open_buffer()
1848 apply_autocmds(EVENT_BUFWINENTER, NULL, NULL, FALSE, curbuf); in enter_buffer()
H A Dvim.h1289 EVENT_BUFWINENTER, // after showing a buffer in a window enumerator
H A Dautocmd.c98 {"BufWinEnter", EVENT_BUFWINENTER},
H A Dex_cmds.c3060 apply_autocmds_retval(EVENT_BUFWINENTER, NULL, NULL, FALSE, in do_ecmd()
H A Dmemline.c1790 apply_autocmds(EVENT_BUFWINENTER, NULL, curbuf->b_fname, FALSE, curbuf); in ml_recover()
H A Dquickfix.c4768 apply_autocmds(EVENT_BUFWINENTER, (char_u *)"quickfix", NULL, in qf_fill_buffer()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.c329 apply_autocmds_retval(EVENT_BUFWINENTER, NULL, NULL, false, curbuf, in open_buffer()
1549 apply_autocmds(EVENT_BUFWINENTER, NULL, NULL, false, curbuf); in enter_buffer()
H A Dmemline.c1273 apply_autocmds(EVENT_BUFWINENTER, NULL, curbuf->b_fname, FALSE, curbuf); in ml_recover()
H A Dex_cmds.c2756 apply_autocmds_retval(EVENT_BUFWINENTER, NULL, NULL, false, curbuf, in do_ecmd()
H A Dquickfix.c4157 apply_autocmds(EVENT_BUFWINENTER, (char_u *)"quickfix", NULL, in qf_fill_buffer()