summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan2023-01-231-150/+157
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-2/+2
* patch 9.0.1092: search error message doesn't show used patternv9.0.1092Rob Pilling2022-12-231-3/+7
* patch 9.0.0953: part of making search more efficient is missingv9.0.0953Bram Moolenaar2022-11-261-3/+3
* patch 9.0.0950: the pattern "\_s\zs" matches at EOLv9.0.0950Bram Moolenaar2022-11-251-1/+5
* patch 9.0.0338: return value of list_append_list() not always checkedv9.0.0338Bram Moolenaar2022-08-311-2/+10
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-12/+6
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-6/+6
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-2/+3
* patch 9.0.0044: typos in comments, wrapping linesv9.0.0044Bram Moolenaar2022-07-061-1/+0
* patch 8.2.5116: "limit" option of matchfuzzy() not always respectedv8.2.5116Kazuyuki Miyagi2022-06-171-1/+2
* patch 8.2.5114: time limit on searchpair() does not work properlyv8.2.5114Bram Moolenaar2022-06-161-7/+8
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-55/+27
* patch 8.2.5050: using freed memory when searching for pattern in pathv8.2.5050Bram Moolenaar2022-06-011-3/+18
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-45/+15
* patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positionsv8.2.4939zeertzjq2022-05-111-1/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-4/+4
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4765: function matchfuzzy() sorts too many itemsv8.2.4765Yegappan Lakshmanan2022-04-161-45/+40
* patch 8.2.4760: using matchfuzzy() on a long list can take a whilev8.2.4760Yasuhiro Matsumoto2022-04-161-5/+27
* patch 8.2.4732: duplicate code to free fuzzy matchesv8.2.4732Bram Moolenaar2022-04-101-3/+16
* patch 8.2.4727: unused codev8.2.4727Dominique Pelle2022-04-101-30/+18
* patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan2022-04-041-1/+1
* patch 8.2.4479: no fuzzy completieon for maps and abbreviationsv8.2.4479Yegappan Lakshmanan2022-02-271-1/+1
* patch 8.2.4465: fuzzy completion does not order matches properlyv8.2.4465Yegappan Lakshmanan2022-02-251-1/+1
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-3/+131
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-5/+5
* patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'v8.2.4378Christian Brabandt2022-02-141-0/+27
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-041-14/+13
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-9/+7
* patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar2022-01-011-1/+2
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-3/+3
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-7/+7
* patch 8.2.3938: line comment start is also found in a stringv8.2.3938Bram Moolenaar2021-12-291-5/+7
* patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar2021-12-121-2/+1
* patch 8.2.3513: using freed memory when using a timer and searchingv8.2.3513Bram Moolenaar2021-10-151-32/+13
* patch 8.2.3292: underscore in very magic pattern causes a hangv8.2.3292Christian Brabandt2021-08-051-1/+3
* patch 8.2.3265: smartcase does not work correctly in very magic patternv8.2.3265Christian Brabandt2021-08-011-1/+10
* patch 8.2.3255: ci" finds following string but ci< and others don'tv8.2.3255Connor Lane Smith2021-07-311-0/+2
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+3
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-3/+3
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-8/+18
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-261-21/+17
* patch 8.2.2694: when 'matchpairs' is empty every character beepsv8.2.2694Bram Moolenaar2021-04-021-0/+2
* patch 8.2.2465: using freed memory in :psearchv8.2.2465Bram Moolenaar2021-02-031-0/+2
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-1/+1
* patch 8.2.2280: fuzzy matching doesn't give access to the scoresv8.2.2280Bram Moolenaar2021-01-021-6/+25
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-5/+8
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1