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.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
*
patch 8.1.2313: debugging where a delay comes from is not easy
v8.1.2313
Bram Moolenaar
2019-11-17
1
-2
/
+2
*
patch 8.1.2244: 'wrapscan' is not used for "gn"
v8.1.2244
Bram Moolenaar
2019-11-02
1
-8
/
+6
*
patch 8.1.2218: "gN" is off by one in Visual mode
v8.1.2218
Bram Moolenaar
2019-10-26
1
-2
/
+2
*
patch 8.1.2207: "gn" doesn't work quite right
v8.1.2207
Bram Moolenaar
2019-10-24
1
-92
/
+78
*
patch 8.1.2178: accessing uninitialized memory in test
v8.1.2178
Bram Moolenaar
2019-10-19
1
-3
/
+4
*
patch 8.1.2173: searchit() has too many arguments
v8.1.2173
Bram Moolenaar
2019-10-18
1
-14
/
+26
*
patch 8.1.2126: viminfo not sufficiently tested
v8.1.2126
Bram Moolenaar
2019-10-09
1
-0
/
+6
*
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-10-06
1
-4
/
+4
*
patch 8.1.2096: too many #ifdefs
v8.1.2096
Bram Moolenaar
2019-09-28
1
-2
/
+0
*
patch 8.1.2062: the mouse code is spread out
v8.1.2062
Bram Moolenaar
2019-09-21
1
-2
/
+0
*
patch 8.1.1992: the search stat moves when wrapping at the end of the buffer
v8.1.1992
Bram Moolenaar
2019-09-06
1
-1
/
+3
*
patch 8.1.1970: search stat space wrong, no test for 8.1.1965
v8.1.1970
Bram Moolenaar
2019-09-03
1
-1
/
+1
*
patch 8.1.1965: search count message is not displayed when using a mapping
v8.1.1965
Bram Moolenaar
2019-09-02
1
-54
/
+61
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-40
/
+6
*
patch 8.1.1880: cannot show extra info for completion in a popup window
v8.1.1880
Bram Moolenaar
2019-08-18
1
-1
/
+1
[next]