| /vim-8.2.3635/src/ |
| H A D | spellsuggest.c | 273 int score, in score_wordcount_adj() argument 300 return score; in score_wordcount_adj() 894 int score; in spell_suggest_expr() local 909 if (score >= 0 && score <= su->su_maxscore) in spell_suggest_expr() 1258 int score; in suggest_trie_walk() local 2833 int score; in score_comp_sal() local 3481 int score, in add_suggestion() argument 4157 score = 0; in spell_edit_score_limit() 4285 score = stack[stackidx].score; in spell_edit_score_limit() 4341 score = 0; in spell_edit_score_limit_w() [all …]
|
| H A D | search.c | 4262 int score; member 4301 int score; in fuzzy_match_compute_score() local 4309 score = 100; in fuzzy_match_compute_score() 4315 score += penalty; in fuzzy_match_compute_score() 4361 score += CAMEL_BONUS; in fuzzy_match_compute_score() 4375 return score; in fuzzy_match_compute_score() 4527 int score = 0; in fuzzy_match() local 4563 score = 0; in fuzzy_match() 4575 *outScore += score; in fuzzy_match() 4643 int score; in fuzzy_match_in_list() local [all …]
|
| H A D | quickfix.c | 5989 int score; in vgr_match_buflines() local 5994 while (fuzzy_match(str + col, spat, FALSE, &score, matches, sz) > 0) in vgr_match_buflines()
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xdiffi.c | 912 struct split_score score = {0, 0}; in xdl_change_compact() local 915 score_add_split(&m, &score); in xdl_change_compact() 917 score_add_split(&m, &score); in xdl_change_compact() 919 score_cmp(&score, &best_score) <= 0) { in xdl_change_compact() 920 best_score.effective_indent = score.effective_indent; in xdl_change_compact() 921 best_score.penalty = score.penalty; in xdl_change_compact()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | slrnsc.vim | 2 " Language: Slrn score file (based on slrn 0.9.8.0)
|
| H A D | quake.vim | 71 syn keyword quake12Command pingservers playerlist players score
|
| H A D | sas.vim | 143 …idge rmsstd roc roccontrast rules samplesize samplingunit seed size scale score selection show sim… 147 …r|princomp|prinqual|probit|quantlife|quantreg|quantselect|robustreg|rsreg|score|seqdesign|seqtest|…
|
| H A D | inform.vim | 218 syn keyword informKeyword additive score time string table
|
| H A D | neomuttrc.vim | 450 \ 'score', 'show_new_news', 'show_only_unread', 'sidebar_folder_indent', 611 \ ignore lua lua-source mailboxes mailto_allow mime_lookup my_hdr push score
|
| H A D | muttrc.vim | 133 \ save_empty save_name score sidebar_folder_indent sidebar_new_mail_only 429 \ mailto_allow mime_lookup my_hdr pgp-hook push score sidebar_whitelist source
|
| H A D | csdl.vim | 210 syn match csdlTarget 'klout\.score'
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_matchfuzzy.vim | 25 " matches with same score should not be reordered 80 " matches with same score should not be reordered
|
| H A D | test_spell.vim | 375 " and makes the score of each suggestion the length of the suggested word. 399 " With verbose, z= should show the score i.e. word length with
|
| H A D | test_filetype.vim | 463 \ 'slrnsc': ['file.score'],
|
| /vim-8.2.3635/runtime/spell/en/ |
| H A D | en_GB.diff | 139 + # the score.
|
| H A D | en_CA.diff | 162 ! # the score.
|
| H A D | en_US.diff | 160 ! # the score.
|
| H A D | en_NZ.diff | 144 ! # the score.
|
| H A D | en_AU.diff | 144 ! # the score.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | spell.txt | 192 If 'verbose' is non-zero a score will be displayed 194 badly spelled word (the higher the score the more 1572 'verbose' option to see the score in the output of the |z=| command.
|
| H A D | pattern.txt | 1468 Fuzzy matching assigns a score for each matched string based on the following 1477 The matching string with the highest score is returned first.
|
| H A D | options.txt | 7306 Lists, each with a suggestion and a score. 7310 internal methods use. A lower score is better.
|
| /vim-8.2.3635/runtime/ |
| H A D | makemenu.vim | 544 SynMenu S-Sm.SLRN.Slrn\ score:slrnsc
|
| H A D | synmenu.vim | 518 an 50.130.510 &Syntax.S-Sm.SLRN.Slrn\ score :cal SetSyn("slrnsc")<CR>
|
| H A D | filetype.vim | 1675 au BufNewFile,BufRead *.score setf slrnsc
|