Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dautocmd.c125 {"FileAppendPost", EVENT_FILEAPPENDPOST},
2252 || event == EVENT_FILEAPPENDPOST in apply_autocmds_group()
H A Dvim.h1315 EVENT_FILEAPPENDPOST, // after appending to a file enumerator
H A Dbufwrite.c2592 apply_autocmds_exarg(EVENT_FILEAPPENDPOST, fname, fname, in buf_write()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dautocmd.c1671 || event == EVENT_FILEAPPENDPOST || event == EVENT_VIMLEAVE in apply_autocmds_group()
H A Dfileio.c3721 apply_autocmds_exarg(EVENT_FILEAPPENDPOST, fname, fname, in buf_write()