summaryrefslogtreecommitdiffstats
path: root/src/search.c
AgeCommit message (Expand)Author
13 dayspatch 9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operationsv9.1.0479zeertzjq
2024-06-12patch 9.1.0478: potential deref of NULL pointer in fuzzy_match_str_with_posv9.1.0478glepnir
2024-06-11patch 9.1.0476: Cannot see matched text in popup menuv9.1.0476glepnir
2024-05-20patch 9.1.0426: too many strlen() calls in search.cv9.1.0426John Marriott
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-03-03patch 9.1.0147: Cannot keep a buffer focused in a windowv9.1.0147Colin Kennedy
2024-02-10patch 9.1.0093: Still a qsort() comparison function that returns result of su...v9.1.0093zeertzjq
2024-02-09patch 9.1.0089: qsort() comparison functions should be transitivev9.1.0089Christian Brabandt
2023-08-19patch 9.0.1738: Duplicate code to reverse a stringv9.0.1738zeertzjq
2023-05-14patch 9.0.1555: setcharsearch() does not clear last searched char properlyv9.0.1555zeertzjq
2023-05-06patch 9.0.1518: search stats not always visible when searching backwardsv9.0.1518Christian Brabandt
2023-04-29patch 9.0.1499: using uninitialized memory with fuzzy matchingv9.0.1499Bram Moolenaar
2023-03-07patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan
2023-01-31patch 9.0.1270: crash when using search stat in narrow screenv9.0.1270zeertzjq
2023-01-23patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan
2023-01-22patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar
2022-12-23patch 9.0.1092: search error message doesn't show used patternv9.0.1092Rob Pilling
2022-11-26patch 9.0.0953: part of making search more efficient is missingv9.0.0953Bram Moolenaar
2022-11-25patch 9.0.0950: the pattern "\_s\zs" matches at EOLv9.0.0950Bram Moolenaar
2022-08-31patch 9.0.0338: return value of list_append_list() not always checkedv9.0.0338Bram Moolenaar
2022-08-30patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-23patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar
2022-07-06patch 9.0.0044: typos in comments, wrapping linesv9.0.0044Bram Moolenaar
2022-06-17patch 8.2.5116: "limit" option of matchfuzzy() not always respectedv8.2.5116Kazuyuki Miyagi
2022-06-16patch 8.2.5114: time limit on searchpair() does not work properlyv8.2.5114Bram Moolenaar
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-06-01patch 8.2.5050: using freed memory when searching for pattern in pathv8.2.5050Bram Moolenaar
2022-05-21patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar
2022-05-11patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positionsv8.2.4939zeertzjq
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-04-16patch 8.2.4765: function matchfuzzy() sorts too many itemsv8.2.4765Yegappan Lakshmanan
2022-04-16patch 8.2.4760: using matchfuzzy() on a long list can take a whilev8.2.4760Yasuhiro Matsumoto
2022-04-10patch 8.2.4732: duplicate code to free fuzzy matchesv8.2.4732Bram Moolenaar
2022-04-10patch 8.2.4727: unused codev8.2.4727Dominique Pelle
2022-04-04patch 8.2.4683: verbose check with dict_find() to see if a key is presentv8.2.4683Yegappan Lakshmanan
2022-02-27patch 8.2.4479: no fuzzy completieon for maps and abbreviationsv8.2.4479Yegappan Lakshmanan
2022-02-25patch 8.2.4465: fuzzy completion does not order matches properlyv8.2.4465Yegappan Lakshmanan
2022-02-24patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-02-14patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'v8.2.4378Christian Brabandt
2022-01-04patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2022-01-01patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-29patch 8.2.3938: line comment start is also found in a stringv8.2.3938Bram Moolenaar
2021-12-12patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar
2021-10-15patch 8.2.3513: using freed memory when using a timer and searchingv8.2.3513Bram Moolenaar