Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
4c86830fc578bcb47a51cf0983da5388cdbfe6cc
/
src
/
search.c
92bb83e
patch 8.2.2465: using freed memory in :psearch
by Bram Moolenaar
· 5 years ago
d93a7fc
patch 8.2.2295: incsearch does not detect empty pattern properly
by Bram Moolenaar
· 5 years ago
9d19e4f
patch 8.2.2280: fuzzy matching doesn't give access to the scores
by Bram Moolenaar
· 5 years ago
f4e2099
patch 8.2.2182: Vim9: value of 'magic' is still relevant
by Bram Moolenaar
· 5 years ago
8e7d622
patch 8.2.2160: various typos
by Bram Moolenaar
· 5 years ago
dcdd42a
patch 8.2.1921: fuzzy matching does not recognize path separators
by Bram Moolenaar
· 5 years ago
e100440
patch 8.2.1898: command modifier parsing always uses global cmdmod
by Bram Moolenaar
· 5 years ago
8ded5b6
patch 8.2.1893: fuzzy matching does not support multiple words
by Bram Moolenaar
· 5 years ago
e9f9f16
patch 8.2.1872: matchfuzzy() does not prefer sequential matches
by Bram Moolenaar
· 5 years ago
c07b7f7
patch 8.2.1837: using "gn" after "gN" does not work
by Bram Moolenaar
· 5 years ago
28f224b
patch 8.2.1823: "gN" does not select the matched string
by Bram Moolenaar
· 5 years ago
795aaa1
patch 8.2.1787: crash with 'incsearch' and very long line
by Bram Moolenaar
· 6 years ago
c53e9c5
patch 8.2.1728: compiler warning for using uninitialized variable
by Bram Moolenaar
· 6 years ago
4f73b8e
patch 8.2.1726: fuzzy matching only works on strings
by Bram Moolenaar
· 6 years ago
635414d
patch 8.2.1665: cannot do fuzzy string matching
by Bram Moolenaar
· 6 years ago
4140c4f
patch 8.2.1620: searchcount() test fails
by Bram Moolenaar
· 6 years ago
597aaac
patch 8.2.1614: Vim9: cannot pass "true" to searchcount()
by Bram Moolenaar
· 6 years ago
282f9c6
patch 8.2.1364: invalid memory access when searching for raw string
by Bram Moolenaar
· 6 years ago
71ccd03
patch 8.2.0967: unnecessary type casts for vim_strnsave()
by Bram Moolenaar
· 6 years ago
442a853
patch 8.2.0902: using searchcount() in 'statusline' causes an error
by Bram Moolenaar
· 6 years ago
1468162
patch 8.2.0896: crash when calling searchcount() with a string
by Bram Moolenaar
· 6 years ago
57f75a5
patch 8.2.0887: searchcount().exact_match is 1 right after a match
by Bram Moolenaar
· 6 years ago
ea6561a
patch 8.2.0884: searchcount() test fails on slower systems
by Bram Moolenaar
· 6 years ago
109aece
patch 8.2.0880: leaking memory when using searchcount()
by Bram Moolenaar
· 6 years ago
f9ca08e
patch 8.2.0879: compiler warning for unused function argument
by Bram Moolenaar
· 6 years ago
e8f5ec0
patch 8.2.0877: cannot get the search statistics
by Bram Moolenaar
· 6 years ago
6cb0726
patch 8.2.0840: search match count wrong when only match is in fold
by Bram Moolenaar
· 6 years ago
ed8ce05
patch 8.2.0660: the search.c file is a bit big
by Bram Moolenaar
· 6 years ago
a80faa8
patch 8.2.0559: clearing a struct is verbose
by Bram Moolenaar
· 6 years ago
880e4d9
patch 8.2.0544: memory leak in search test
by Bram Moolenaar
· 6 years ago
e8c4abb
patch 8.2.0502: Vim9: some code is not tested
by Bram Moolenaar
· 6 years ago
c036e87
patch 8.2.0295: highlighting for :s wrong when using different separator
by Bram Moolenaar
· 6 years ago
4f5776c
patch 8.2.0250: test_clear_search_pat() is unused
by Bram Moolenaar
· 6 years ago
07ada5f
patch 8.2.0212: missing search/substitute pattern hardly tested
by Bram Moolenaar
· 6 years ago
5398955
patch 8.2.0035: saving and restoring called_emsg is clumsy
by Bram Moolenaar
· 6 years ago
63d9e73
patch 8.1.2394: using old C style comments
by Bram Moolenaar
· 6 years ago
05ad5ff
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
by Bram Moolenaar
· 6 years ago
556ae8e
patch 8.1.2332: missing file in refactoring
by Bram Moolenaar
· 6 years ago
94d9f4f
patch 8.1.2330: vi' does not always work when 'selection' is exclusive
by Bram Moolenaar
· 6 years ago
7170b29
patch 8.1.2314: vi' sometimes does not select anything
by Bram Moolenaar
· 6 years ago
eda1da0
patch 8.1.2313: debugging where a delay comes from is not easy
by Bram Moolenaar
· 6 years ago
82cf7f6
patch 8.1.2244: 'wrapscan' is not used for "gn"
by Bram Moolenaar
· 6 years ago
453c192
patch 8.1.2218: "gN" is off by one in Visual mode
by Bram Moolenaar
· 6 years ago
edaad6e
patch 8.1.2207: "gn" doesn't work quite right
by Bram Moolenaar
· 6 years ago
15ee567
patch 8.1.2178: accessing uninitialized memory in test
by Bram Moolenaar
· 6 years ago
92ea26b
patch 8.1.2173: searchit() has too many arguments
by Bram Moolenaar
· 6 years ago
6bd1d77
patch 8.1.2126: viminfo not sufficiently tested
by Bram Moolenaar
· 6 years ago
1614a14
patch 8.1.2120: some MB_ macros are more complicated than necessary
by Bram Moolenaar
· 7 years ago
8c96af9
patch 8.1.2096: too many #ifdefs
by Bram Moolenaar
· 7 years ago
b20b9e1
patch 8.1.2062: the mouse code is spread out
by Bram Moolenaar
· 7 years ago
16b58ae
patch 8.1.1992: the search stat moves when wrapping at the end of the buffer
by Bram Moolenaar
· 7 years ago
19e8ac7
patch 8.1.1970: search stat space wrong, no test for 8.1.1965
by Bram Moolenaar
· 7 years ago
359ad1a
patch 8.1.1965: search count message is not displayed when using a mapping
by Bram Moolenaar
· 7 years ago
e2c453d
patch 8.1.1901: the +insert_expand feature is not always available
by Bram Moolenaar
· 7 years ago
576a4a6
patch 8.1.1880: cannot show extra info for completion in a popup window
by Bram Moolenaar
· 7 years ago
d7663c2
patch 8.1.1823: command line history code is spread out
by Bram Moolenaar
· 7 years ago
1b6d9c4
patch 8.1.1819: :pedit does not work with a popup preview window
by Bram Moolenaar
· 7 years ago
c332816
patch 8.1.1736: viminfo support is spread out
by Bram Moolenaar
· 7 years ago
db294ad
patch 8.1.1475: search string not displayed when 'rightleft' is set
by Bram Moolenaar
· 7 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 7 years ago
51e1438
patch 8.1.1393: unnecessary type casts
by Bram Moolenaar
· 7 years ago
8f46e4c
patch 8.1.1390: search stats are off when using count or offset
by Bram Moolenaar
· 7 years ago
18a4ba2
patch 8.1.1386: unessesary type casts for lalloc()
by Bram Moolenaar
· 7 years ago
d33a764
patch 8.1.1383: warning for size_t/int mixup
by Bram Moolenaar
· 7 years ago
e2ad826
patch 8.1.1376: warnings for size_t/int mixups
by Bram Moolenaar
· 7 years ago
984f031
patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt often
by Bram Moolenaar
· 7 years ago
99499b1
patch 8.1.1371: cannot recover from a swap file
by Bram Moolenaar
· 7 years ago
dc6855a
patch 8.1.1350: "W" for wrapping not shown when more than 99 matches
by Bram Moolenaar
· 7 years ago
b6cb26f
patch 8.1.1289: may not have enough space to add "W" to search stats
by Bram Moolenaar
· 7 years ago
9ce3fa8
patch 8.1.1288: search stats don't show for mapped command
by Bram Moolenaar
· 7 years ago
c7a10b3
patch 8.1.1283: delaying half a second after the top-bot message
by Bram Moolenaar
· 7 years ago
b3de6c4
patch 8.1.1271: compiler warnings for use of STRNCPY()
by Bram Moolenaar
· 7 years ago
9dfa313
patch 8.1.1270: cannot see current match position
by Bram Moolenaar
· 7 years ago
d9eefe3
patch 8.1.1124: insert completion flags are mixed up
by Bram Moolenaar
· 7 years ago
7591bb3
patch 8.1.1076: file for Insert mode is much too big
by Bram Moolenaar
· 7 years ago
975880b
patch 8.1.0991: cannot build with a mix of features
by Bram Moolenaar
· 7 years ago
55d3bdb
patch 8.1.0971: failure for selecting quoted text object moves cursor
by Bram Moolenaar
· 7 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 7 years ago
14184a3
patch 8.1.0932: Farsi support is outdated and unused
by Bram Moolenaar
· 7 years ago
b763361
patch 8.1.0886: compiler warning for NULL pointer and condition always true
by Bram Moolenaar
· 7 years ago
375e339
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
by Bram Moolenaar
· 7 years ago
29ddebe
patch 8.1.0826: too many #ifdefs
by Bram Moolenaar
· 7 years ago
264b74f
patch 8.1.0810: too many #ifdefs
by Bram Moolenaar
· 7 years ago
113e107
patch 8.1.0785: depending on the configuration some functions are unused
by Bram Moolenaar
· 7 years ago
32526b3
patch 8.1.0779: argument for message functions is inconsistent
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
5d24a22
patch 8.1.0629: "gn" selects the wrong text with a multi-line match
by Bram Moolenaar
· 7 years ago
ed8bc78
patch 8.1.0556: saving/restoring search patterns share saved last_idx
by Bram Moolenaar
· 7 years ago
2fb8f68
patch 8.1.0555: crash when last search pat is set but not last substitute pat
by Bram Moolenaar
· 7 years ago
01a060d
patch 8.1.0552: saved last search pattern may not be restored
by Bram Moolenaar
· 7 years ago
c4568ab
patch 8.1.0528: various typos in comments
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 8 years ago
b476cb7
patch 8.1.0290: "cit" on an empty HTML tag changes the whole tag
by Bram Moolenaar
· 8 years ago
8516071
patch 8.1.0083: "is" and "as" have trouble with quoted punctuation
by Bram Moolenaar
· 8 years ago
bdb6579
patch 8.1.0018: using "gn" may select wrong text when wrapping
by Bram Moolenaar
· 8 years ago
451fc7b
patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way
by Bram Moolenaar
· 8 years ago
1c17ffa
patch 8.0.1753: various warnings from a static analyser
by Bram Moolenaar
· 8 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 8 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 8 years ago
8846ac5
patch 8.0.1487: test 14 fails
by Bram Moolenaar
· 8 years ago
Next »