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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0618: calling function for reduce() has too much overhead
v9.0.0618
Bram Moolenaar
2022-09-28
1
-4
/
+33
*
patch 9.0.0558: Coverity warns for possibly using NULL pointer
v9.0.0558
Bram Moolenaar
2022-09-23
1
-1
/
+2
*
patch 9.0.0556: leaking memory with nested functions
v9.0.0556
Bram Moolenaar
2022-09-23
1
-0
/
+1
*
patch 9.0.0554: using freed memory when command follows lambda
v9.0.0554
Bram Moolenaar
2022-09-23
1
-5
/
+16
*
patch 9.0.0552: crash when using NUL in buffer that uses :source
v9.0.0552
Bram Moolenaar
2022-09-22
1
-2
/
+2
*
patch 9.0.0502: a closure in a nested loop in a :def function does not work
v9.0.0502
Bram Moolenaar
2022-09-19
1
-7
/
+15
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-59
/
+6
*
patch 9.0.0487: using freed memory with combination of closures
v9.0.0487
Bram Moolenaar
2022-09-17
1
-2
/
+7
*
patch 9.0.0485: in :def function all closures in loop get the same variables
v9.0.0485
Bram Moolenaar
2022-09-17
1
-2
/
+17
*
patch 9.0.0460: loop variable can't be found
v9.0.0460
Bram Moolenaar
2022-09-14
1
-17
/
+2
*
patch 9.0.0444: trying to declare g:variable gives confusing error
v9.0.0444
Bram Moolenaar
2022-09-11
1
-1
/
+5
*
patch 9.0.0437: no error when custom completion function returns wrong type
v9.0.0437
Bram Moolenaar
2022-09-10
1
-0
/
+3
*
patch 9.0.0435: compiler warning for uninitialized variable
v9.0.0435
Bram Moolenaar
2022-09-10
1
-1
/
+1
*
patch 9.0.0433: Coverity warns for not checking allocation failure
v9.0.0433
Bram Moolenaar
2022-09-10
1
-3
/
+7
*
patch 9.0.0406: deferred functions not invoked when partial func exits
v9.0.0406
Bram Moolenaar
2022-09-07
1
-3
/
+10
*
patch 9.0.0405: arguments in a partial not used by a :def function
v9.0.0405
Bram Moolenaar
2022-09-07
1
-1
/
+2
*
patch 9.0.0397: :defer not tested with exceptions and ":qa!"
v9.0.0397
Bram Moolenaar
2022-09-06
1
-1
/
+2
*
patch 9.0.0371: compiler warning for uninitialized variable
v9.0.0371
Bram Moolenaar
2022-09-03
1
-1
/
+1
*
patch 9.0.0366: cannot use import->Func() in lambda
v9.0.0366
Bram Moolenaar
2022-09-03
1
-3
/
+17
*
patch 9.0.0356: :echowindow sets the in_echowindow flag too early
v9.0.0356
Yasuhiro Matsumoto
2022-09-02
1
-9
/
+11
*
patch 9.0.0351: message window may obscure the command line
v9.0.0351
Bram Moolenaar
2022-09-01
1
-12
/
+3
*
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
v9.0.0340
Bram Moolenaar
2022-08-31
1
-2
/
+3
*
patch 9.0.0321: cannot use the message popup window directly
v9.0.0321
Bram Moolenaar
2022-08-29
1
-3
/
+11
*
patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0
v9.0.0307
Bram Moolenaar
2022-08-28
1
-0
/
+11
*
patch 9.0.0253: a symlink to an autoload script results in two entries
v9.0.0253
Bram Moolenaar
2022-08-24
1
-0
/
+1
*
patch 9.0.0225: using freed memory with multiple line breaks in expression
v9.0.0225
Bram Moolenaar
2022-08-18
1
-42
/
+60
*
patch 9.0.0156: giving E1170 only in an expression is confusing
v9.0.0156
Bram Moolenaar
2022-08-06
1
-5
/
+0
*
patch 9.0.0150: error for using #{ in an expression is a bit confusing
v9.0.0150
Bram Moolenaar
2022-08-06
1
-0
/
+5
*
patch 8.2.5169: nested :source may use NULL pointer
v8.2.5169
Bram Moolenaar
2022-06-27
1
-19
/
+25
*
patch 8.2.5053: cannot have a comment halfway an expression in a block
v8.2.5053
Bram Moolenaar
2022-06-03
1
-2
/
+31
*
patch 8.2.5046: vim_regsub() can overwrite the destination
v8.2.5046
Bram Moolenaar
2022-05-30
1
-3
/
+4
*
patch 8.2.5029: "textlock" is always zero
v8.2.5029
zeertzjq
2022-05-27
1
-5
/
+5
*
patch 8.2.5006: asan warns for undefined behavior
v8.2.5006
Bram Moolenaar
2022-05-22
1
-1
/
+1
*
patch 8.2.5004: right shift on negative number does not work as documented
v8.2.5004
Bram Moolenaar
2022-05-22
1
-5
/
+1
*
patch 8.2.5003: cannot do bitwise shifts
v8.2.5003
Yegappan Lakshmanan
2022-05-22
1
-24
/
+139
*
patch 8.2.4930: interpolated string expression requires escaping
v8.2.4930
Bram Moolenaar
2022-05-10
1
-2
/
+2
*
patch 8.2.4912: using execute() to define a lambda doesn't work
v8.2.4912
Bram Moolenaar
2022-05-07
1
-1
/
+1
*
patch 8.2.4897: comment inside an expression in lambda ignores the rest
v8.2.4897
Bram Moolenaar
2022-05-06
1
-2
/
+9
*
patch 8.2.4896: expression in command block does not look after NL
v8.2.4896
Bram Moolenaar
2022-05-06
1
-1
/
+2
*
patch 8.2.4883: string interpolation only works in heredoc
v8.2.4883
LemonBoy
2022-05-06
1
-1
/
+5
*
patch 8.2.4869: expression in command block does not look after NL
v8.2.4869
Bram Moolenaar
2022-05-05
1
-14
/
+20
*
patch 8.2.4847: crash when using uninitialized function pointer
v8.2.4847
LemonBoy
2022-04-29
1
-1
/
+2
*
patch 8.2.4822: setting ufunc to NULL twice
v8.2.4822
LemonBoy
2022-04-24
1
-1
/
+1
*
patch 8.2.4821: crash when imported autoload script was deleted
v8.2.4821
Bram Moolenaar
2022-04-24
1
-1
/
+1
*
patch 8.2.4774: crash when using a number for lambda name
v8.2.4774
Bram Moolenaar
2022-04-17
1
-6
/
+10
*
patch 8.2.4755: cannot use <SID>FuncRef in completion spec
v8.2.4755
Bram Moolenaar
2022-04-15
1
-1
/
+9
*
patch 8.2.4753: error from setting an option is silently ignored
v8.2.4753
Bram Moolenaar
2022-04-15
1
-1
/
+1
*
patch 8.2.4734: getcharpos() may change a mark position
v8.2.4734
Bram Moolenaar
2022-04-11
1
-10
/
+11
*
patch 8.2.4682: Vim9: can use :unlockvar for const variable
v8.2.4682
Bram Moolenaar
2022-04-04
1
-1
/
+1
*
patch 8.2.4662: no error for using out of range list index
v8.2.4662
Bram Moolenaar
2022-04-01
1
-1
/
+2
[next]