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

/macosx-10.10.1/vim-55/src/
H A Dbuffer.c3399 int groupdepth; local
3454 groupdepth = 0;
3487 if (groupdepth > 0)
3503 if (groupdepth < 1)
3505 groupdepth--;
3507 t = item[groupitem[groupdepth]].start;
3510 if (curitem > groupitem[groupdepth] + 1
3511 && item[groupitem[groupdepth]].minwid == 0)
3514 for (n = groupitem[groupdepth] + 1; n < curitem; n++)
3523 if (l > item[groupitem[groupdepth]]
[all...]

Completed in 73 milliseconds