summaryrefslogtreecommitdiffstats
path: root/src/search.c
AgeCommit message (Expand)Author
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
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-11patch 8.2.0544: memory leak in search testv8.2.0544Bram Moolenaar
2020-04-02patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar
2020-02-21patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar
2020-02-12patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar
2020-02-05patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar
2019-12-23patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar
2019-12-05patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-21patch 8.1.2332: missing file in refactoringv8.1.2332Bram Moolenaar
2019-11-21patch 8.1.2330: vi' does not always work when 'selection' is exclusivev8.1.2330Bram Moolenaar
2019-11-17patch 8.1.2314: vi' sometimes does not select anythingv8.1.2314Bram Moolenaar
2019-11-17patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar
2019-11-02patch 8.1.2244: 'wrapscan' is not used for "gn"v8.1.2244Bram Moolenaar
2019-10-26patch 8.1.2218: "gN" is off by one in Visual modev8.1.2218Bram Moolenaar
2019-10-24patch 8.1.2207: "gn" doesn't work quite rightv8.1.2207Bram Moolenaar
2019-10-19patch 8.1.2178: accessing uninitialized memory in testv8.1.2178Bram Moolenaar
2019-10-18patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar
2019-10-09patch 8.1.2126: viminfo not sufficiently testedv8.1.2126Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-09-28patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar
2019-09-21patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar
2019-09-06patch 8.1.1992: the search stat moves when wrapping at the end of the bufferv8.1.1992Bram Moolenaar
2019-09-03patch 8.1.1970: search stat space wrong, no test for 8.1.1965v8.1.1970Bram Moolenaar
2019-09-02patch 8.1.1965: search count message is not displayed when using a mappingv8.1.1965Bram Moolenaar
2019-08-21patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar
2019-08-18patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar
2019-08-06patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar
2019-08-05patch 8.1.1819: :pedit does not work with a popup preview windowv8.1.1819Bram Moolenaar
2019-07-23patch 8.1.1736: viminfo support is spread outv8.1.1736Bram Moolenaar