summaryrefslogtreecommitdiffstats
path: root/src/search.c
AgeCommit message (Expand)Author
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
2021-08-05patch 8.2.3292: underscore in very magic pattern causes a hangv8.2.3292Christian Brabandt
2021-08-01patch 8.2.3265: smartcase does not work correctly in very magic patternv8.2.3265Christian Brabandt
2021-07-31patch 8.2.3255: ci" finds following string but ci< and others don'tv8.2.3255Connor Lane Smith
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-04-26patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan
2021-04-02patch 8.2.2694: when 'matchpairs' is empty every character beepsv8.2.2694Bram Moolenaar
2021-02-03patch 8.2.2465: using freed memory in :psearchv8.2.2465Bram Moolenaar
2021-01-04patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar
2021-01-02patch 8.2.2280: fuzzy matching doesn't give access to the scoresv8.2.2280Bram Moolenaar
2020-12-21patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-10-29patch 8.2.1921: fuzzy matching does not recognize path separatorsv8.2.1921Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-23patch 8.2.1893: fuzzy matching does not support multiple wordsv8.2.1893Bram Moolenaar
2020-10-20patch 8.2.1872: matchfuzzy() does not prefer sequential matchesv8.2.1872Bram Moolenaar
2020-10-11patch 8.2.1837: using "gn" after "gN" does not workv8.2.1837Bram Moolenaar
2020-10-10patch 8.2.1823: "gN" does not select the matched stringv8.2.1823Bram Moolenaar
2020-10-02patch 8.2.1787: crash with 'incsearch' and very long linev8.2.1787Bram Moolenaar
2020-09-22patch 8.2.1728: compiler warning for using uninitialized variablev8.2.1728Bram Moolenaar
2020-09-22patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar
2020-09-11patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar
2020-09-05patch 8.2.1620: searchcount() test failsv8.2.1620Bram Moolenaar
2020-09-05patch 8.2.1614: Vim9: cannot pass "true" to searchcount()v8.2.1614Bram Moolenaar
2020-08-04patch 8.2.1364: invalid memory access when searching for raw stringv8.2.1364Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-06-04patch 8.2.0902: using searchcount() in 'statusline' causes an errorv8.2.0902Bram Moolenaar
2020-06-03patch 8.2.0896: crash when calling searchcount() with a stringv8.2.0896Bram Moolenaar
2020-06-02patch 8.2.0887: searchcount().exact_match is 1 right after a matchv8.2.0887Bram Moolenaar
2020-06-01patch 8.2.0884: searchcount() test fails on slower systemsv8.2.0884Bram Moolenaar
2020-06-01patch 8.2.0880: leaking memory when using searchcount()v8.2.0880Bram Moolenaar
2020-06-01patch 8.2.0879: compiler warning for unused function argumentv8.2.0879Bram Moolenaar
2020-06-01patch 8.2.0877: cannot get the search statisticsv8.2.0877Bram Moolenaar
2020-05-29patch 8.2.0840: search match count wrong when only match is in foldv8.2.0840Bram Moolenaar
2020-04-29patch 8.2.0660: the search.c file is a bit bigv8.2.0660Bram Moolenaar