Home
last modified time | relevance | path

Searched refs:MAXREGIONS (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dspell.h37 #define MAXREGIONS 8 // Number of regions supported. macro
78 char_u sl_regions[MAXREGIONS * 2 + 1];
H A Dspellfile.c848 if (len > MAXREGIONS * 2) in read_region_section()
1952 char_u si_region_name[MAXREGIONS * 2 + 1];
4190 if (STRLEN(line) > MAXREGIONS * 2) in spell_read_wordfile()
5899 afffile_T *(afile[MAXREGIONS]); in mkspell()
5969 else if (incount > MAXREGIONS) in mkspell()
5970 semsg(_("E754: Only up to %d regions supported"), MAXREGIONS); in mkspell()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt23673 Solution: Define MAXREGIONS.