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
/
vim9execute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1322: crash when indexing "any" which is an object
v9.0.1322
Bram Moolenaar
2023-02-18
1
-8
/
+43
*
patch 9.0.1320: checking the type of a null object causes a crash
v9.0.1320
Bram Moolenaar
2023-02-18
1
-5
/
+5
*
patch 9.0.1296: calling an object method with arguments does not work
v9.0.1296
Bram Moolenaar
2023-02-10
1
-2
/
+3
*
patch 9.0.1292: :defer may call the wrong method for an object
v9.0.1292
Bram Moolenaar
2023-02-08
1
-2
/
+29
*
patch 9.0.1254: calling a method on an interface does not work
v9.0.1254
Bram Moolenaar
2023-01-28
1
-12
/
+54
*
patch 9.0.1250: cannot use an object method with :defer
v9.0.1250
Bram Moolenaar
2023-01-27
1
-12
/
+31
*
patch 9.0.1246: code is indented more than necessary
v9.0.1246
Yegappan Lakshmanan
2023-01-26
1
-48
/
+48
*
patch 9.0.1224: cannot call a :def function with a number for float argument
v9.0.1224
Bram Moolenaar
2023-01-20
1
-5
/
+18
*
patch 9.0.1211: storing value in interface member does not always work
v9.0.1211
Bram Moolenaar
2023-01-16
1
-2
/
+8
*
patch 9.0.1209: getting interface member does not always work
v9.0.1209
Bram Moolenaar
2023-01-16
1
-1
/
+19
*
patch 9.0.1150: :interface is not implemented yet
v9.0.1150
Bram Moolenaar
2023-01-05
1
-1
/
+1
*
patch 9.0.1140: cannot call an object method in a compiled function
v9.0.1140
Bram Moolenaar
2023-01-03
1
-2
/
+16
*
patch 9.0.1135: missing function argument
v9.0.1135
Bram Moolenaar
2023-01-02
1
-2
/
+3
*
patch 9.0.1134: comparing objects uses identity instead of equality
v9.0.1134
Bram Moolenaar
2023-01-02
1
-1
/
+17
*
patch 9.0.1133: error message names do not match the items
v9.0.1133
Bram Moolenaar
2023-01-02
1
-7
/
+5
*
patch 9.0.1119: type of arguments not checked when calling a partial
v9.0.1119
Bram Moolenaar
2022-12-31
1
-20
/
+41
*
patch 9.0.1108: type error when using "any" type and adding to float
v9.0.1108
Bram Moolenaar
2022-12-29
1
-3
/
+10
*
patch 9.0.1093: using freed memory of object member
v9.0.1093
Bram Moolenaar
2022-12-24
1
-2
/
+2
*
patch 9.0.1074: class members are not supported yet
v9.0.1074
Bram Moolenaar
2022-12-18
1
-0
/
+34
*
patch 9.0.1053: default constructor arguments are not optional
v9.0.1053
Bram Moolenaar
2022-12-13
1
-7
/
+16
*
patch 9.0.1045: in a class object members cannot be initialized
v9.0.1045
Bram Moolenaar
2022-12-10
1
-3
/
+17
*
patch 9.0.1041: cannot define a method in a class
v9.0.1041
Bram Moolenaar
2022-12-09
1
-1
/
+42
*
patch 9.0.1035: object members are not being marked as used
v9.0.1035
Bram Moolenaar
2022-12-08
1
-0
/
+2
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-6
/
+46
*
patch 9.0.0949: crash when unletting a variable while listing variables
v9.0.0949
Bram Moolenaar
2022-11-25
1
-1
/
+1
*
patch 9.0.0828: various typos
v9.0.0828
dundargoc
2022-11-02
1
-4
/
+4
*
patch 9.0.0683: cannot specify a time for :echowindow
v9.0.0683
Bram Moolenaar
2022-10-07
1
-4
/
+14
*
patch 9.0.0632: calling a function from an "expr" option has overhead
v9.0.0632
Bram Moolenaar
2022-10-01
1
-2
/
+3
*
patch 9.0.0617: calling function for reduce() has too much overhead
v9.0.0617
Bram Moolenaar
2022-09-28
1
-4
/
+9
*
patch 9.0.0549: duplicated code in calling a :def function
v9.0.0549
Bram Moolenaar
2022-09-22
1
-22
/
+12
*
patch 9.0.0547: looping over empty out_loop[] entries
v9.0.0547
Bram Moolenaar
2022-09-22
1
-6
/
+5
*
patch 9.0.0504: still a build failure
v9.0.0504
Bram Moolenaar
2022-09-19
1
-3
/
+3
*
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
-68
/
+133
*
patch 9.0.0499: in :def function list created after const is locked
v9.0.0499
Bram Moolenaar
2022-09-18
1
-0
/
+1
*
patch 9.0.0495: closure doesn't work properly in nested loop
v9.0.0495
Bram Moolenaar
2022-09-18
1
-2
/
+2
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-24
/
+0
*
patch 9.0.0487: using freed memory with combination of closures
v9.0.0487
Bram Moolenaar
2022-09-17
1
-16
/
+21
*
patch 9.0.0485: in :def function all closures in loop get the same variables
v9.0.0485
Bram Moolenaar
2022-09-17
1
-13
/
+180
*
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
Bram Moolenaar
2022-09-16
1
-34
/
+93
*
patch 9.0.0470: in :def function all closures in loop get the same variables
v9.0.0470
Bram Moolenaar
2022-09-15
1
-16
/
+96
*
patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function
v9.0.0440
Bram Moolenaar
2022-09-11
1
-4
/
+10
*
patch 9.0.0432: crash when using for loop variable in closure
v9.0.0432
Bram Moolenaar
2022-09-09
1
-0
/
+6
*
patch 9.0.0405: arguments in a partial not used by a :def function
v9.0.0405
Bram Moolenaar
2022-09-07
1
-12
/
+21
*
patch 9.0.0399: using :defer in expression funcref not tested
v9.0.0399
Bram Moolenaar
2022-09-06
1
-1
/
+22
*
patch 9.0.0398: members of funccall_T are inconsistently named
v9.0.0398
Bram Moolenaar
2022-09-06
1
-3
/
+3
*
patch 9.0.0397: :defer not tested with exceptions and ":qa!"
v9.0.0397
Bram Moolenaar
2022-09-06
1
-9
/
+31
*
patch 9.0.0382: freeing the wrong string on failure
v9.0.0382
Bram Moolenaar
2022-09-05
1
-5
/
+6
*
patch 9.0.0379: cleaning up after writefile() is a hassle
v9.0.0379
Bram Moolenaar
2022-09-04
1
-16
/
+79
*
patch 9.0.0373: Coverity warns for NULL check and unused return value
v9.0.0373
Bram Moolenaar
2022-09-04
1
-3
/
+2
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-15
/
+111
[next]