Home
last modified time | relevance | path

Searched defs:AutoPat (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dautocmd.c62 typedef struct AutoPat struct
64 struct AutoPat *next; // Next AutoPat in AutoPat list; MUST argument
72 int buflocal_nr; // !=0 for buffer-local AutoPat argument
75 } AutoPat; argument