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
/
regexp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0951: trying every character position for a match is inefficient
v9.0.0951
Bram Moolenaar
2022-11-26
1
-0
/
+2
*
patch 9.0.0950: the pattern "\_s\zs" matches at EOL
v9.0.0950
Bram Moolenaar
2022-11-25
1
-1
/
+0
*
patch 9.0.0828: various typos
v9.0.0828
dundargoc
2022-11-02
1
-1
/
+1
*
patch 9.0.0634: evaluating "expr" options has more overhead than needed
v9.0.0634
Bram Moolenaar
2022-10-01
1
-1
/
+1
*
patch 9.0.0513: may not be able to use a pattern ad the debug prompt
v9.0.0513
Bram Moolenaar
2022-09-20
1
-0
/
+28
*
patch 9.0.0480: cannot use a :def varargs function with substitute()
v9.0.0480
zeertzjq
2022-09-16
1
-1
/
+1
*
patch 9.0.0476: varargs does not work for replacement function of substitute()
v9.0.0476
zeertzjq
2022-09-16
1
-2
/
+2
*
patch 9.0.0282: a nested timout stops the previous timeout
v9.0.0282
Bram Moolenaar
2022-08-26
1
-3
/
+18
*
patch 9.0.0105: illegal memory access when pattern starts with illegal byte
v9.0.0105
Bram Moolenaar
2022-07-29
1
-1
/
+5
*
patch 9.0.0067: cannot show virtual text
v9.0.0067
Bram Moolenaar
2022-07-25
1
-1
/
+1
*
patch 9.0.0047: using freed memory with recursive substitute
v9.0.0047
Bram Moolenaar
2022-07-07
1
-4
/
+4
*
patch 8.2.5154: still mentioning version8, some cosmetic issues
v8.2.5154
Bram Moolenaar
2022-06-23
1
-1
/
+1
*
patch 8.2.5146: memory leak when substitute expression nests
v8.2.5146
Bram Moolenaar
2022-06-21
1
-18
/
+50
*
patch 8.2.5141: using "volatile int" in a signal handler might be wrong
v8.2.5141
Bram Moolenaar
2022-06-20
1
-2
/
+2
*
patch 8.2.5129: timeout handling is not optimal
v8.2.5129
Bram Moolenaar
2022-06-19
1
-0
/
+1
*
patch 8.2.5115: search timeout is overrun with some patterns
v8.2.5115
Bram Moolenaar
2022-06-17
1
-1
/
+1
*
patch 8.2.5057: using gettimeofday() for timeout is very inefficient
v8.2.5057
Paul Ollis
2022-06-05
1
-6
/
+25
*
patch 8.2.5046: vim_regsub() can overwrite the destination
v8.2.5046
Bram Moolenaar
2022-05-30
1
-30
/
+92
*
patch 8.2.4870: Vim9: expression in :substitute is not compiled
v8.2.4870
LemonBoy
2022-05-05
1
-0
/
+4
*
patch 8.2.4810: missing changes in one file
v8.2.4810
Bram Moolenaar
2022-04-23
1
-2
/
+0
*
patch 8.2.4687: "vimgrep /\%v/ *" may cause a crash
v8.2.4687
Bram Moolenaar
2022-04-04
1
-3
/
+11
*
patch 8.2.4402: missing parenthesis may cause unexpected problems
v8.2.4402
kylo252
2022-02-16
1
-9
/
+9
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-45
/
+1
*
patch 8.2.4262: some search tests fail
v8.2.4262
Bram Moolenaar
2022-01-30
1
-1
/
+1
*
patch 8.2.4261: accessing invalid memory in a regular expression
v8.2.4261
Bram Moolenaar
2022-01-30
1
-2
/
+2
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-7
/
+2
*
patch 8.2.4005: error messages are spread out
v8.2.4005
Bram Moolenaar
2022-01-04
1
-1
/
+1
*
patch 8.2.3987: error messages are spread out
v8.2.3987
Bram Moolenaar
2022-01-02
1
-1
/
+1
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-1
/
+1
*
patch 8.2.3949: using freed memory with /\%V
v8.2.3949
Bram Moolenaar
2021-12-30
1
-2
/
+7
*
patch 8.2.3796: the funcexe_T struct members are not named consistently
v8.2.3796
Bram Moolenaar
2021-12-13
1
-3
/
+3
*
patch 8.2.3749: error messages are everywhere
v8.2.3749
Bram Moolenaar
2021-12-05
1
-6
/
+0
*
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
v8.2.3699
Bram Moolenaar
2021-11-29
1
-2
/
+1
*
patch 8.2.3612: using freed memory with regexp using a mark
v8.2.3612
Bram Moolenaar
2021-11-17
1
-1
/
+1
*
patch 8.2.3197: error messages are spread out
v8.2.3197
Bram Moolenaar
2021-07-21
1
-3
/
+0
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-3
/
+3
*
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.2911: pattern "\%V" does not match all of block selection
v8.2.2911
Bram Moolenaar
2021-05-30
1
-1
/
+4
*
patch 8.2.2784: Vim9: cannot use \=expr in :substitute
v8.2.2784
Bram Moolenaar
2021-04-19
1
-0
/
+3
*
patch 8.2.2295: incsearch does not detect empty pattern properly
v8.2.2295
Bram Moolenaar
2021-01-04
1
-8
/
+8
*
patch 8.2.2278: falling back to old regexp engine can some patterns
v8.2.2278
Bram Moolenaar
2021-01-02
1
-1
/
+8
*
patch 8.2.1633: some error messages are internal but do not use iemsg()
v8.2.1633
Bram Moolenaar
2020-09-07
1
-1
/
+1
*
patch 8.2.1625: compiler warning for use of fptr_T
v8.2.1625
Bram Moolenaar
2020-09-06
1
-2
/
+2
*
patch 8.2.1621: crash when using submatch(0, 1) in substitute()
v8.2.1621
Bram Moolenaar
2020-09-06
1
-0
/
+1
*
patch 8.2.1049: Vim9: leaking memory when using continuation line
v8.2.1049
Bram Moolenaar
2020-06-24
1
-1
/
+1
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-2
/
+2
*
patch 8.2.0612: Vim9: no check for space before #comment
v8.2.0612
Bram Moolenaar
2020-04-20
1
-3
/
+23
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-1
/
+1
[next]