index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testdir
/
test_search.vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3489: ml_get error after search with range
v8.2.3489
Bram Moolenaar
2021-10-09
1
-0
/
+14
*
patch 8.2.3472: other crashes with empty search pattern not tested
v8.2.3472
Bram Moolenaar
2021-10-04
1
-2
/
+5
*
patch 8.2.3471: crash when using CTRL-T after an empty search pattern
v8.2.3471
Bram Moolenaar
2021-10-04
1
-0
/
+10
*
patch 8.2.3292: underscore in very magic pattern causes a hang
v8.2.3292
Christian Brabandt
2021-08-05
1
-0
/
+11
*
patch 8.2.3265: smartcase does not work correctly in very magic pattern
v8.2.3265
Christian Brabandt
2021-08-01
1
-0
/
+54
*
patch 8.2.3135: Vim9: builtin function arguments not checked at compile time
v8.2.3135
Yegappan Lakshmanan
2021-07-10
1
-6
/
+6
*
patch 8.2.2911: pattern "\%V" does not match all of block selection
v8.2.2911
Bram Moolenaar
2021-05-30
1
-0
/
+20
*
patch 8.2.2885: searching for \%'> does not match linewise end of line
v8.2.2885
Bram Moolenaar
2021-05-24
1
-2
/
+17
*
patch 8.2.2797: Search highlight disappears in the Visual area
v8.2.2797
Bram Moolenaar
2021-04-21
1
-0
/
+20
*
patch 8.2.2542: highlight of char beyond line end is not correct
v8.2.2542
Bram Moolenaar
2021-02-22
1
-0
/
+20
*
patch 8.2.2295: incsearch does not detect empty pattern properly
v8.2.2295
Bram Moolenaar
2021-01-04
1
-0
/
+29
*
patch 8.2.2050: search test contains unneeded sleeps
v8.2.2050
Bram Moolenaar
2020-11-25
1
-6
/
+2
*
patch 8.2.2045: highlighting a character too much with incsearch
v8.2.2045
Bram Moolenaar
2020-11-25
1
-0
/
+36
*
patch 8.2.1787: crash with 'incsearch' and very long line
v8.2.1787
Bram Moolenaar
2020-10-02
1
-0
/
+14
*
patch 8.2.1751: using 2 where bool is expected may throw an error
v8.2.1751
Bram Moolenaar
2020-09-26
1
-0
/
+3
*
patch 8.2.1593: tests do not check the error number properly
v8.2.1593
Bram Moolenaar
2020-09-04
1
-4
/
+4
*
patch 8.2.1296: some part of using 'smarcase' was not tested
v8.2.1296
Bram Moolenaar
2020-07-26
1
-1
/
+20
*
patch 8.2.1183: assert_fails() checks the last error message
v8.2.1183
Bram Moolenaar
2020-07-11
1
-4
/
+4
*
patch 8.2.0922: search test fails
v8.2.0922
Bram Moolenaar
2020-06-07
1
-2
/
+0
*
patch 8.2.0866: not enough tests for buffer writing
v8.2.0866
Bram Moolenaar
2020-05-31
1
-3
/
+1
*
patch 8.2.0655: search code not sufficiently tested
v8.2.0655
Bram Moolenaar
2020-04-28
1
-0
/
+93
*
patch 8.2.0637: incsearch highlighting does not work for ":sort!"
v8.2.0637
Bram Moolenaar
2020-04-25
1
-1
/
+4
*
patch 8.2.0619: null dict is not handled like an empty dict
v8.2.0619
Bram Moolenaar
2020-04-23
1
-0
/
+31
*
patch 8.2.0542: no test for E386
v8.2.0542
Bram Moolenaar
2020-04-11
1
-3
/
+8
*
patch 8.2.0540: regexp and other code not tested
v8.2.0540
Bram Moolenaar
2020-04-11
1
-0
/
+19
*
patch 8.2.0535: regexp patterns not fully tested
v8.2.0535
Bram Moolenaar
2020-04-09
1
-8
/
+23
*
patch 8.2.0533: tests using term_wait() can still be flaky
v8.2.0533
Bram Moolenaar
2020-04-08
1
-8
/
+8
*
patch 8.2.0531: various errors not tested
v8.2.0531
Bram Moolenaar
2020-04-08
1
-0
/
+35
*
patch 8.2.0448: various functions not properly tested
v8.2.0448
Bram Moolenaar
2020-03-25
1
-0
/
+9
*
patch 8.2.0409: search test leaves file behind
v8.2.0409
Bram Moolenaar
2020-03-19
1
-90
/
+58
*
patch 8.2.0295: highlighting for :s wrong when using different separator
v8.2.0295
Bram Moolenaar
2020-02-21
1
-0
/
+24
*
patch 8.2.0275: some Ex code not covered by tests
v8.2.0275
Bram Moolenaar
2020-02-18
1
-0
/
+27
*
patch 8.2.0243: insufficient code coverage for ex_docmd.c functions
v8.2.0243
Bram Moolenaar
2020-02-11
1
-30
/
+50
*
patch 8.2.0212: missing search/substitute pattern hardly tested
v8.2.0212
Bram Moolenaar
2020-02-05
1
-0
/
+41
*
patch 8.2.0135: bracketed paste can still cause invalid memory access
v8.2.0135
Bram Moolenaar
2020-01-20
1
-1
/
+2
*
patch 8.2.0133: invalid memory access with search command
v8.2.0133
Bram Moolenaar
2020-01-20
1
-0
/
+5
*
patch 8.2.0028: searchpairpos() is not tested
v8.2.0028
Bram Moolenaar
2019-12-21
1
-12
/
+95
*
patch 8.1.2338: using Visual mark sith :s gives E20 if not set
v8.1.2338
Bram Moolenaar
2019-11-23
1
-0
/
+13
*
patch 8.1.1993: more functions can be used as methods
v8.1.1993
Bram Moolenaar
2019-09-06
1
-1
/
+36
*
patch 8.1.1955: tests contain typos
v8.1.1955
Bram Moolenaar
2019-09-01
1
-1
/
+1
*
patch 8.1.1921: more functions can be used as methods
v8.1.1921
Bram Moolenaar
2019-08-24
1
-1
/
+1
*
patch 8.1.1826: tests use hand coded feature and option checks
v8.1.1826
Bram Moolenaar
2019-08-07
1
-6
/
+9
*
patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'
v8.1.1704
Bram Moolenaar
2019-07-16
1
-3
/
+7
*
patch 8.1.1483: skipped tests are not properly listed
v8.1.1483
Bram Moolenaar
2019-06-06
1
-6
/
+6
*
patch 8.1.1475: search string not displayed when 'rightleft' is set
v8.1.1475
Bram Moolenaar
2019-06-06
1
-0
/
+22
*
patch 8.1.1214: old style tests
v8.1.1214
Bram Moolenaar
2019-04-27
1
-0
/
+24
*
patch 8.1.1148: CTRL-L with 'incsearch' does not pick up char under cursor
v8.1.1148
Bram Moolenaar
2019-04-11
1
-0
/
+17
*
patch 8.1.0985: crash with large number in regexp
v8.1.0985
Bram Moolenaar
2019-02-28
1
-1
/
+24
*
patch 8.1.0973: pattern with syntax error gives threee error messages
v8.1.0973
Bram Moolenaar
2019-02-22
1
-0
/
+5
*
patch 8.1.0968: crash when using search pattern \%Ufffffc23
v8.1.0968
Bram Moolenaar
2019-02-21
1
-0
/
+9
[next]