We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d396461 commit ce2c5ebCopy full SHA for ce2c5eb
1 file changed
vlib/v/util/suggestions.v
@@ -48,7 +48,7 @@ pub fn new_suggestion(wanted string, possibilities []string, params SuggestionPa
48
return s
49
}
50
51
-const max_suggestions_limit = $d('max_suggestions_limit', 140)
+const max_suggestions_limit = $d('max_suggestions_limit', 200)
52
53
// add adds the `val` to the list of known possibilities of the suggestion.
54
// It calculates the similarity metric towards the wanted value.
0 commit comments