Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro72 void wipe_buffer(buf_T *buf, int aucmd);
/vim-8.2.3635/src/
H A Dbuffer.c5833 int aucmd) // When TRUE trigger autocommands. in wipe_buffer() argument
5838 if (!aucmd) // Don't trigger BufDelete autocommands here. in wipe_buffer()
5843 if (!aucmd) in wipe_buffer()
H A Dstructs.h2079 AutoPatCmd *aucmd; // autocommand info member
/vim-8.2.3635/src/testdir/
H A Dtest_autocmd.vim403 " no warning for postpone aucmd delete
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt8950 Problem: exists() doesn't work properly for an empty aucmd group.
8957 Problem: exists() doesn't work properly for empty aucmd group.
H A Dtodo.txt2254 There also is a BufLeave/BufEnter aucmd to save/restore view.