summaryrefslogtreecommitdiff
path: root/src/testdir/test_search.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3489: ml_get error after search with rangev8.2.3489Bram Moolenaar2021-10-091-0/+14
* patch 8.2.3472: other crashes with empty search pattern not testedv8.2.3472Bram Moolenaar2021-10-041-2/+5
* patch 8.2.3471: crash when using CTRL-T after an empty search patternv8.2.3471Bram Moolenaar2021-10-041-0/+10
* patch 8.2.3292: underscore in very magic pattern causes a hangv8.2.3292Christian Brabandt2021-08-051-0/+11
* patch 8.2.3265: smartcase does not work correctly in very magic patternv8.2.3265Christian Brabandt2021-08-011-0/+54
* patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan2021-07-101-6/+6
* patch 8.2.2911: pattern "\%V" does not match all of block selectionv8.2.2911Bram Moolenaar2021-05-301-0/+20
* patch 8.2.2885: searching for \%'> does not match linewise end of linev8.2.2885Bram Moolenaar2021-05-241-2/+17
* patch 8.2.2797: Search highlight disappears in the Visual areav8.2.2797Bram Moolenaar2021-04-211-0/+20
* patch 8.2.2542: highlight of char beyond line end is not correctv8.2.2542Bram Moolenaar2021-02-221-0/+20
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-0/+29
* patch 8.2.2050: search test contains unneeded sleepsv8.2.2050Bram Moolenaar2020-11-251-6/+2
* patch 8.2.2045: highlighting a character too much with incsearchv8.2.2045Bram Moolenaar2020-11-251-0/+36
* patch 8.2.1787: crash with 'incsearch' and very long linev8.2.1787Bram Moolenaar2020-10-021-0/+14
* patch 8.2.1751: using 2 where bool is expected may throw an errorv8.2.1751Bram Moolenaar2020-09-261-0/+3
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-4/+4
* patch 8.2.1296: some part of using 'smarcase' was not testedv8.2.1296Bram Moolenaar2020-07-261-1/+20
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-4/+4
* patch 8.2.0922: search test failsv8.2.0922Bram Moolenaar2020-06-071-2/+0
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-311-3/+1
* patch 8.2.0655: search code not sufficiently testedv8.2.0655Bram Moolenaar2020-04-281-0/+93
* patch 8.2.0637: incsearch highlighting does not work for ":sort!"v8.2.0637Bram Moolenaar2020-04-251-1/+4
* patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar2020-04-231-0/+31
* patch 8.2.0542: no test for E386v8.2.0542Bram Moolenaar2020-04-111-3/+8
* patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar2020-04-111-0/+19
* patch 8.2.0535: regexp patterns not fully testedv8.2.0535Bram Moolenaar2020-04-091-8/+23
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-8/+8
* patch 8.2.0531: various errors not testedv8.2.0531Bram Moolenaar2020-04-081-0/+35
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+9
* patch 8.2.0409: search test leaves file behindv8.2.0409Bram Moolenaar2020-03-191-90/+58
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-0/+24
* patch 8.2.0275: some Ex code not covered by testsv8.2.0275Bram Moolenaar2020-02-181-0/+27
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-30/+50
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-051-0/+41
* patch 8.2.0135: bracketed paste can still cause invalid memory accessv8.2.0135Bram Moolenaar2020-01-201-1/+2
* patch 8.2.0133: invalid memory access with search commandv8.2.0133Bram Moolenaar2020-01-201-0/+5
* patch 8.2.0028: searchpairpos() is not testedv8.2.0028Bram Moolenaar2019-12-211-12/+95
* patch 8.1.2338: using Visual mark sith :s gives E20 if not setv8.1.2338Bram Moolenaar2019-11-231-0/+13
* patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar2019-09-061-1/+36
* patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar2019-09-011-1/+1
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-241-1/+1
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-6/+9
* patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'v8.1.1704Bram Moolenaar2019-07-161-3/+7
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-6/+6
* patch 8.1.1475: search string not displayed when 'rightleft' is setv8.1.1475Bram Moolenaar2019-06-061-0/+22
* patch 8.1.1214: old style testsv8.1.1214Bram Moolenaar2019-04-271-0/+24
* patch 8.1.1148: CTRL-L with 'incsearch' does not pick up char under cursorv8.1.1148Bram Moolenaar2019-04-111-0/+17
* patch 8.1.0985: crash with large number in regexpv8.1.0985Bram Moolenaar2019-02-281-1/+24
* patch 8.1.0973: pattern with syntax error gives threee error messagesv8.1.0973Bram Moolenaar2019-02-221-0/+5
* patch 8.1.0968: crash when using search pattern \%Ufffffc23v8.1.0968Bram Moolenaar2019-02-211-0/+9