summaryrefslogtreecommitdiff
path: root/src/search.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0902: using searchcount() in 'statusline' causes an errorv8.2.0902Bram Moolenaar2020-06-041-7/+8
* patch 8.2.0896: crash when calling searchcount() with a stringv8.2.0896Bram Moolenaar2020-06-031-2/+8
* patch 8.2.0887: searchcount().exact_match is 1 right after a matchv8.2.0887Bram Moolenaar2020-06-021-1/+1
* patch 8.2.0884: searchcount() test fails on slower systemsv8.2.0884Bram Moolenaar2020-06-011-1/+1
* patch 8.2.0880: leaking memory when using searchcount()v8.2.0880Bram Moolenaar2020-06-011-0/+1
* patch 8.2.0879: compiler warning for unused function argumentv8.2.0879Bram Moolenaar2020-06-011-1/+1
* patch 8.2.0877: cannot get the search statisticsv8.2.0877Bram Moolenaar2020-06-011-78/+283
* patch 8.2.0840: search match count wrong when only match is in foldv8.2.0840Bram Moolenaar2020-05-291-1/+6
* patch 8.2.0660: the search.c file is a bit bigv8.2.0660Bram Moolenaar2020-04-291-1951/+0
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0544: memory leak in search testv8.2.0544Bram Moolenaar2020-04-111-0/+1
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-1/+1
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-4/+6
* patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar2020-02-121-6/+0
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-051-0/+6
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-11/+7
* patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar2019-12-051-487/+485
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-2/+2
* patch 8.1.2332: missing file in refactoringv8.1.2332Bram Moolenaar2019-11-211-0/+96
* patch 8.1.2330: vi' does not always work when 'selection' is exclusivev8.1.2330Bram Moolenaar2019-11-211-7/+20
* patch 8.1.2314: vi' sometimes does not select anythingv8.1.2314Bram Moolenaar2019-11-171-2/+3
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-2/+2
* patch 8.1.2244: 'wrapscan' is not used for "gn"v8.1.2244Bram Moolenaar2019-11-021-8/+6
* patch 8.1.2218: "gN" is off by one in Visual modev8.1.2218Bram Moolenaar2019-10-261-2/+2
* patch 8.1.2207: "gn" doesn't work quite rightv8.1.2207Bram Moolenaar2019-10-241-92/+78
* patch 8.1.2178: accessing uninitialized memory in testv8.1.2178Bram Moolenaar2019-10-191-3/+4
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-14/+26
* patch 8.1.2126: viminfo not sufficiently testedv8.1.2126Bram Moolenaar2019-10-091-0/+6
* patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar2019-10-061-4/+4
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-2/+0
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-2/+0
* patch 8.1.1992: the search stat moves when wrapping at the end of the bufferv8.1.1992Bram Moolenaar2019-09-061-1/+3
* patch 8.1.1970: search stat space wrong, no test for 8.1.1965v8.1.1970Bram Moolenaar2019-09-031-1/+1
* patch 8.1.1965: search count message is not displayed when using a mappingv8.1.1965Bram Moolenaar2019-09-021-54/+61
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-40/+6
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-1/+1
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-2/+0
* patch 8.1.1819: :pedit does not work with a popup preview windowv8.1.1819Bram Moolenaar2019-08-051-0/+5
* patch 8.1.1736: viminfo support is spread outv8.1.1736Bram Moolenaar2019-07-231-142/+11
* patch 8.1.1475: search string not displayed when 'rightleft' is setv8.1.1475Bram Moolenaar2019-06-061-2/+7
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-4/+2
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-1/+1
* patch 8.1.1390: search stats are off when using count or offsetv8.1.1390Bram Moolenaar2019-05-241-4/+12
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-4/+4
* patch 8.1.1383: warning for size_t/int mixupv8.1.1383Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1376: warnings for size_t/int mixupsv8.1.1376Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt oftenv8.1.1375Bram Moolenaar2019-05-241-23/+31
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-1/+2
* patch 8.1.1350: "W" for wrapping not shown when more than 99 matchesv8.1.1350Bram Moolenaar2019-05-181-1/+1
* patch 8.1.1289: may not have enough space to add "W" to search statsv8.1.1289Bram Moolenaar2019-05-071-13/+13