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.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
*
patch 8.2.4657: errors for functions are sometimes hard to read
v8.2.4657
Bram Moolenaar
2022-03-31
1
-8
/
+22
*
patch 8.2.4622: Vim9: crash with :execute and :finish
v8.2.4622
Bram Moolenaar
2022-03-25
1
-1
/
+5
*
patch 8.2.4594: need to write script to a file to be able to source them
v8.2.4594
Yegappan Lakshmanan
2022-03-19
1
-1
/
+1
*
patch 8.2.4589: cannot index the g: dictionary
v8.2.4589
Bram Moolenaar
2022-03-18
1
-1
/
+2
*
patch 8.2.4584: error for using autoload function in custom completion
v8.2.4584
Bram Moolenaar
2022-03-17
1
-4
/
+3
*
patch 8.2.4582: useless code handling a type declaration
v8.2.4582
Bram Moolenaar
2022-03-16
1
-16
/
+6
*
patch 8.2.4578: no warning when autoload script for completion has an error
v8.2.4578
Bram Moolenaar
2022-03-16
1
-3
/
+11
*
patch 8.2.4575: Vim9: test for profiling still fails
v8.2.4575
Bram Moolenaar
2022-03-15
1
-2
/
+2
*
patch 8.2.4556: test fails without the +job or +channel feature
v8.2.4556
Bram Moolenaar
2022-03-13
1
-4
/
+10
*
patch 8.2.4540: line number for error is off by one
v8.2.4540
Bram Moolenaar
2022-03-10
1
-0
/
+3
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-20
/
+100
*
patch 8.2.4375: ctx_imports is not used
v8.2.4375
Bram Moolenaar
2022-02-13
1
-2
/
+1
*
patch 8.2.4367: calling in_vim9script() multiple times
v8.2.4367
Bram Moolenaar
2022-02-13
1
-32
/
+33
*
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
v8.2.4360
Bram Moolenaar
2022-02-12
1
-0
/
+14
*
patch 8.2.4348: "legacy exe cmd" does not do what one would expect
v8.2.4348
Bram Moolenaar
2022-02-11
1
-0
/
+8
*
patch 8.2.4333: cstack not always passed to where it is needed
v8.2.4333
Bram Moolenaar
2022-02-08
1
-2
/
+2
*
patch 8.2.4322: Vim9: crash when using funcref with closure
v8.2.4322
Bram Moolenaar
2022-02-07
1
-0
/
+3
*
patch 8.2.4318: various comment and indent mistakes, returning wrong zero
v8.2.4318
Bram Moolenaar
2022-02-07
1
-5
/
+5
*
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()
v8.2.4286
Bram Moolenaar
2022-02-02
1
-2
/
+6
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-7
/
+0
*
patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent
v8.2.4257
Bram Moolenaar
2022-01-29
1
-1
/
+1
*
patch 8.2.4255: theoretical computation overflow
v8.2.4255
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-29
1
-1
/
+1
*
patch 8.2.4226: filter-map test fails
v8.2.4226
Bram Moolenaar
2022-01-26
1
-1
/
+1
*
patch 8.2.4224: Vim9: no error when using a number for map() second argument
v8.2.4224
Bram Moolenaar
2022-01-26
1
-1
/
+1
[next]