Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1313 EVENT_FILEAPPENDCMD, // append to a file using command enumerator
H A Dautocmd.c127 {"FileAppendCmd", EVENT_FILEAPPENDCMD},
H A Dbufwrite.c814 if (!(did_cmd = apply_autocmds_exarg(EVENT_FILEAPPENDCMD, in buf_write()