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
/
search.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3513: using freed memory when using a timer and searching
v8.2.3513
Bram Moolenaar
2021-10-15
1
-32
/
+13
*
patch 8.2.3292: underscore in very magic pattern causes a hang
v8.2.3292
Christian Brabandt
2021-08-05
1
-1
/
+3
*
patch 8.2.3265: smartcase does not work correctly in very magic pattern
v8.2.3265
Christian Brabandt
2021-08-01
1
-1
/
+10
*
patch 8.2.3255: ci" finds following string but ci< and others don't
v8.2.3255
Connor Lane Smith
2021-07-31
1
-0
/
+2
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-0
/
+3
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-3
/
+3
*
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-20
1
-8
/
+18
*
patch 8.2.2922: computing array length is done in various ways
v8.2.2922
K.Takata
2021-06-02
1
-1
/
+1
*
patch 8.2.2813: cannot grep using fuzzy matching
v8.2.2813
Yegappan Lakshmanan
2021-04-26
1
-21
/
+17
*
patch 8.2.2694: when 'matchpairs' is empty every character beeps
v8.2.2694
Bram Moolenaar
2021-04-02
1
-0
/
+2
*
patch 8.2.2465: using freed memory in :psearch
v8.2.2465
Bram Moolenaar
2021-02-03
1
-0
/
+2
*
patch 8.2.2295: incsearch does not detect empty pattern properly
v8.2.2295
Bram Moolenaar
2021-01-04
1
-1
/
+1
*
patch 8.2.2280: fuzzy matching doesn't give access to the scores
v8.2.2280
Bram Moolenaar
2021-01-02
1
-6
/
+25
*
patch 8.2.2182: Vim9: value of 'magic' is still relevant
v8.2.2182
Bram Moolenaar
2020-12-21
1
-5
/
+8
*
patch 8.2.2160: various typos
v8.2.2160
Bram Moolenaar
2020-12-18
1
-1
/
+1
*
patch 8.2.1921: fuzzy matching does not recognize path separators
v8.2.1921
Bram Moolenaar
2020-10-29
1
-7
/
+9
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-2
/
+3
*
patch 8.2.1893: fuzzy matching does not support multiple words
v8.2.1893
Bram Moolenaar
2020-10-23
1
-41
/
+130
*
patch 8.2.1872: matchfuzzy() does not prefer sequential matches
v8.2.1872
Bram Moolenaar
2020-10-20
1
-2
/
+3
*
patch 8.2.1837: using "gn" after "gN" does not work
v8.2.1837
Bram Moolenaar
2020-10-11
1
-3
/
+20
*
patch 8.2.1823: "gN" does not select the matched string
v8.2.1823
Bram Moolenaar
2020-10-10
1
-1
/
+1
*
patch 8.2.1787: crash with 'incsearch' and very long line
v8.2.1787
Bram Moolenaar
2020-10-02
1
-1
/
+15
*
patch 8.2.1728: compiler warning for using uninitialized variable
v8.2.1728
Bram Moolenaar
2020-09-22
1
-1
/
+1
*
patch 8.2.1726: fuzzy matching only works on strings
v8.2.1726
Bram Moolenaar
2020-09-22
1
-135
/
+385
*
patch 8.2.1665: cannot do fuzzy string matching
v8.2.1665
Bram Moolenaar
2020-09-11
1
-0
/
+340
*
patch 8.2.1620: searchcount() test fails
v8.2.1620
Bram Moolenaar
2020-09-05
1
-1
/
+1
*
patch 8.2.1614: Vim9: cannot pass "true" to searchcount()
v8.2.1614
Bram Moolenaar
2020-09-05
1
-8
/
+2
*
patch 8.2.1364: invalid memory access when searching for raw string
v8.2.1364
Bram Moolenaar
2020-08-04
1
-2
/
+2
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-1
/
+1
*
patch 8.2.0902: using searchcount() in 'statusline' causes an error
v8.2.0902
Bram Moolenaar
2020-06-04
1
-7
/
+8
*
patch 8.2.0896: crash when calling searchcount() with a string
v8.2.0896
Bram Moolenaar
2020-06-03
1
-2
/
+8
*
patch 8.2.0887: searchcount().exact_match is 1 right after a match
v8.2.0887
Bram Moolenaar
2020-06-02
1
-1
/
+1
*
patch 8.2.0884: searchcount() test fails on slower systems
v8.2.0884
Bram Moolenaar
2020-06-01
1
-1
/
+1
*
patch 8.2.0880: leaking memory when using searchcount()
v8.2.0880
Bram Moolenaar
2020-06-01
1
-0
/
+1
*
patch 8.2.0879: compiler warning for unused function argument
v8.2.0879
Bram Moolenaar
2020-06-01
1
-1
/
+1
*
patch 8.2.0877: cannot get the search statistics
v8.2.0877
Bram Moolenaar
2020-06-01
1
-78
/
+283
*
patch 8.2.0840: search match count wrong when only match is in fold
v8.2.0840
Bram Moolenaar
2020-05-29
1
-1
/
+6
*
patch 8.2.0660: the search.c file is a bit big
v8.2.0660
Bram Moolenaar
2020-04-29
1
-1951
/
+0
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-1
/
+1
*
patch 8.2.0544: memory leak in search test
v8.2.0544
Bram Moolenaar
2020-04-11
1
-0
/
+1
*
patch 8.2.0502: Vim9: some code is not tested
v8.2.0502
Bram Moolenaar
2020-04-02
1
-1
/
+1
*
patch 8.2.0295: highlighting for :s wrong when using different separator
v8.2.0295
Bram Moolenaar
2020-02-21
1
-4
/
+6
*
patch 8.2.0250: test_clear_search_pat() is unused
v8.2.0250
Bram Moolenaar
2020-02-12
1
-6
/
+0
*
patch 8.2.0212: missing search/substitute pattern hardly tested
v8.2.0212
Bram Moolenaar
2020-02-05
1
-0
/
+6
*
patch 8.2.0035: saving and restoring called_emsg is clumsy
v8.2.0035
Bram Moolenaar
2019-12-23
1
-11
/
+7
*
patch 8.1.2394: using old C style comments
v8.1.2394
Bram Moolenaar
2019-12-05
1
-487
/
+485
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-2
/
+2
*
patch 8.1.2332: missing file in refactoring
v8.1.2332
Bram Moolenaar
2019-11-21
1
-0
/
+96
*
patch 8.1.2330: vi' does not always work when 'selection' is exclusive
v8.1.2330
Bram Moolenaar
2019-11-21
1
-7
/
+20
*
patch 8.1.2314: vi' sometimes does not select anything
v8.1.2314
Bram Moolenaar
2019-11-17
1
-2
/
+3
[next]