Searched refs:augroups (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dfileio.c7780 * augroups stores a list of autocmd group names.
7782 static garray_T augroups = {0, 0, sizeof(char_u *), 10, NULL}; variable
7783 #define AUGROUP_NAME(i) (((char_u **)augroups.ga_data)[i])
8013 for (i = 0; i < augroups.ga_len; ++i)
8016 if (i == augroups.ga_len && ga_grow(&augroups, 1) == FAIL)
8022 if (i == augroups.ga_len)
8023 ++augroups.ga_len;
8055 for (i = 0; i < augroups.ga_len; ++i)
8099 for (i = 0; i < augroups
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim132 " Augroup : vimAugroupError removed because long augroups caused sync'ing problems. {{{2

Completed in 77 milliseconds