Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c396 static int sps_limit = 9999; // max nr of suggestions given variable
411 sps_limit = 9999; in spell_check_sps()
421 sps_limit = getdigits(&s); in spell_check_sps()
438 sps_limit = 9999; in spell_check_sps()
541 if (sps_limit > (int)Rows - 2) in spell_suggest()
544 limit = sps_limit; in spell_suggest()