Searched defs:AutoPatCmd_S (Results 1 – 1 of 1) sorted by relevance
226 struct AutoPatCmd_S struct228 AutoPat *curpat; // next AutoPat to examine229 AutoCmd *nextcmd; // next AutoCmd to execute230 int group; // group being used231 char_u *fname; // fname to match with232 char_u *sfname; // sfname to match with233 char_u *tail; // tail of fname234 event_T event; // current event235 int arg_bufnr; // Initially equal to <abuf>, set to zero when237 AutoPatCmd *next; // chain of active apc-s for auto-invalidation