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
/
userfunc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1246: code is indented more than necessary
v9.0.1246
Yegappan Lakshmanan
2023-01-26
1
-29
/
+28
*
patch 9.0.1241: Coverity warns for not checking function return value
v9.0.1241
Bram Moolenaar
2023-01-25
1
-1
/
+1
*
patch 9.0.1161: Coverity warns for using strcpy()
v9.0.1161
Bram Moolenaar
2023-01-09
1
-3
/
+4
*
patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size
v9.0.1160
Bram Moolenaar
2023-01-08
1
-9
/
+19
*
patch 9.0.1159: extends argument for class not implemented yet
v9.0.1159
Bram Moolenaar
2023-01-08
1
-0
/
+68
*
patch 9.0.1150: :interface is not implemented yet
v9.0.1150
Bram Moolenaar
2023-01-05
1
-10
/
+14
*
patch 9.0.1142: crash and/or memory leak when redefining function
v9.0.1142
Bram Moolenaar
2023-01-04
1
-5
/
+11
*
patch 9.0.1133: error message names do not match the items
v9.0.1133
Bram Moolenaar
2023-01-02
1
-3
/
+4
*
patch 9.0.1053: default constructor arguments are not optional
v9.0.1053
Bram Moolenaar
2022-12-13
1
-8
/
+42
*
patch 9.0.1045: in a class object members cannot be initialized
v9.0.1045
Bram Moolenaar
2022-12-10
1
-1
/
+16
*
patch 9.0.1041: cannot define a method in a class
v9.0.1041
Bram Moolenaar
2022-12-09
1
-46
/
+52
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-9
/
+62
*
patch 9.0.0949: crash when unletting a variable while listing variables
v9.0.0949
Bram Moolenaar
2022-11-25
1
-12
/
+12
*
patch 9.0.0875: using freed memory when executing delfunc at more prompt
v9.0.0875
Bram Moolenaar
2022-11-13
1
-28
/
+60
*
patch 9.0.0828: various typos
v9.0.0828
dundargoc
2022-11-02
1
-2
/
+2
*
patch 9.0.0632: calling a function from an "expr" option has overhead
v9.0.0632
Bram Moolenaar
2022-10-01
1
-4
/
+76
*
patch 9.0.0630: in Vim9 script a numbered function cannot be called
v9.0.0630
Bram Moolenaar
2022-09-30
1
-1
/
+2
*
patch 9.0.0568: autocmd code is indented more than needed
v9.0.0568
Yegappan Lakshmanan
2022-09-24
1
-31
/
+29
*
patch 9.0.0553: no error for "|" after "{" in lamda
v9.0.0553
Bram Moolenaar
2022-09-22
1
-2
/
+4
*
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
-8
/
+5
*
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
Bram Moolenaar
2022-09-16
1
-2
/
+8
*
patch 9.0.0476: varargs does not work for replacement function of substitute()
v9.0.0476
zeertzjq
2022-09-16
1
-1
/
+1
*
patch 9.0.0419: the :defer command does not check the function arguments
v9.0.0419
Bram Moolenaar
2022-09-08
1
-1
/
+40
*
patch 9.0.0411: only created files can be cleaned up with one call
v9.0.0411
Bram Moolenaar
2022-09-07
1
-0
/
+15
*
patch 9.0.0406: deferred functions not invoked when partial func exits
v9.0.0406
Bram Moolenaar
2022-09-07
1
-8
/
+36
*
patch 9.0.0405: arguments in a partial not used by a :def function
v9.0.0405
Bram Moolenaar
2022-09-07
1
-1
/
+1
*
patch 9.0.0399: using :defer in expression funcref not tested
v9.0.0399
Bram Moolenaar
2022-09-06
1
-3
/
+11
*
patch 9.0.0398: members of funccall_T are inconsistently named
v9.0.0398
Bram Moolenaar
2022-09-06
1
-134
/
+136
*
patch 9.0.0397: :defer not tested with exceptions and ":qa!"
v9.0.0397
Bram Moolenaar
2022-09-06
1
-7
/
+31
*
patch 9.0.0390: cannot use a partial with :defer
v9.0.0390
Bram Moolenaar
2022-09-05
1
-3
/
+28
*
patch 9.0.0379: cleaning up after writefile() is a hassle
v9.0.0379
Bram Moolenaar
2022-09-04
1
-17
/
+43
*
patch 9.0.0377: argument assignment does not work
v9.0.0377
Bram Moolenaar
2022-09-04
1
-1
/
+1
*
patch 9.0.0376: clang warns for dead assignments
v9.0.0376
Yegappan Lakshmanan
2022-09-04
1
-2
/
+0
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-86
/
+213
*
patch 9.0.0303: it is not easy to get information about a script
v9.0.0303
Yegappan Lakshmanan
2022-08-28
1
-2
/
+0
*
patch 9.0.0225: using freed memory with multiple line breaks in expression
v9.0.0225
Bram Moolenaar
2022-08-18
1
-15
/
+0
*
patch 9.0.0219: cannot make a funcref with "s:func" in a def function
v9.0.0219
Kota Kato
2022-08-16
1
-1
/
+2
*
patch 9.0.0107: condition always has the same value
v9.0.0107
Bram Moolenaar
2022-07-29
1
-4
/
+1
*
patch 9.0.0003: functions are global while they could be local
v9.0.0003
Yegappan Lakshmanan
2022-06-29
1
-1
/
+2
*
patch 8.2.5117: crash when calling a Lua callback from a :def function
v8.2.5117
Bram Moolenaar
2022-06-17
1
-8
/
+9
*
patch 8.2.4992: compiler warning for possibly uninitialized variable
v8.2.4992
Bram Moolenaar
2022-05-21
1
-2
/
+2
*
patch 8.2.4990: memory leak when :defcompile fails
v8.2.4990
Bram Moolenaar
2022-05-21
1
-0
/
+1
*
patch 8.2.4989: cannot specify a function name for :defcompile
v8.2.4989
Bram Moolenaar
2022-05-21
1
-20
/
+99
*
patch 8.2.4948: cannot use Perl heredoc in nested :def function
v8.2.4948
Bram Moolenaar
2022-05-13
1
-37
/
+41
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-1
/
+1
*
patch 8.2.4888: line number of lambda ignores line continuation
v8.2.4888
Bram Moolenaar
2022-05-06
1
-4
/
+10
*
patch 8.2.4782: accessing freed memory
v8.2.4782
Bram Moolenaar
2022-04-18
1
-1
/
+2
*
patch 8.2.4770: cannot easily mix expression and heredoc
v8.2.4770
Yegappan Lakshmanan
2022-04-17
1
-5
/
+16
*
patch 8.2.4716: memory allocation failure not tested when defining a function
v8.2.4716
Yegappan Lakshmanan
2022-04-09
1
-1
/
+1
*
patch 8.2.4682: Vim9: can use :unlockvar for const variable
v8.2.4682
Bram Moolenaar
2022-04-04
1
-1
/
+1
[next]