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
/
vim9cmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0742: reading past end of the line when compiling a function
v9.0.0742
Bram Moolenaar
2022-10-13
1
-26
/
+36
*
patch 9.0.0726: looping over list of lists works in script, not in function
v9.0.0726
Bram Moolenaar
2022-10-11
1
-1
/
+1
*
patch 9.0.0724: closure in compiled function gets same variable in block
v9.0.0724
Bram Moolenaar
2022-10-11
1
-17
/
+15
*
patch 9.0.0683: cannot specify a time for :echowindow
v9.0.0683
Bram Moolenaar
2022-10-07
1
-8
/
+10
*
patch 9.0.0627: "const" and "final" both make the type a constant
v9.0.0627
Bram Moolenaar
2022-09-30
1
-4
/
+5
*
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
-35
/
+95
*
patch 9.0.0484: in :def function all closures in loop get the same variables
v9.0.0484
Bram Moolenaar
2022-09-17
1
-61
/
+77
*
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
Bram Moolenaar
2022-09-16
1
-0
/
+43
*
patch 9.0.0470: in :def function all closures in loop get the same variables
v9.0.0470
Bram Moolenaar
2022-09-15
1
-24
/
+102
*
patch 9.0.0420: function went missing
v9.0.0420
Bram Moolenaar
2022-09-08
1
-0
/
+21
*
patch 9.0.0419: the :defer command does not check the function arguments
v9.0.0419
Bram Moolenaar
2022-09-08
1
-28
/
+18
*
Revert part of patch merged twice
Bram Moolenaar
2022-09-04
1
-21
/
+0
*
patch 9.0.0380: deleting files in tests is a hassle
v9.0.0380
Bram Moolenaar
2022-09-04
1
-0
/
+21
*
patch 9.0.0379: cleaning up after writefile() is a hassle
v9.0.0379
Bram Moolenaar
2022-09-04
1
-11
/
+26
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-0
/
+64
*
patch 9.0.0350: :echowindow does not work in a compiled function
v9.0.0350
Bram Moolenaar
2022-09-01
1
-0
/
+4
*
patch 9.0.0212: invalid memory access when compiling :unlet
v9.0.0212
Bram Moolenaar
2022-08-14
1
-0
/
+6
*
patch 9.0.0211: invalid memory access when compiling :lockvar
v9.0.0211
Bram Moolenaar
2022-08-14
1
-2
/
+7
*
patch 8.2.4823: concat more than 2 strings in :def function is inefficient
v8.2.4823
LemonBoy
2022-04-25
1
-1
/
+1
*
patch 8.2.4666: Vim9: assignment not recognized in skipped block
v8.2.4666
Bram Moolenaar
2022-04-02
1
-2
/
+2
*
patch 8.2.4615: mapping with escaped bar does not work in :def function
v8.2.4615
Bram Moolenaar
2022-03-23
1
-1
/
+1
*
patch 8.2.4610: some conditions are always true
v8.2.4610
Bram Moolenaar
2022-03-22
1
-2
/
+1
*
patch 8.2.4572: Vim9: return type "any" is changed to first returned type
v8.2.4572
Bram Moolenaar
2022-03-15
1
-2
/
+1
*
patch 8.2.4552: in a :def function "put = expr" does not work
v8.2.4552
Bram Moolenaar
2022-03-12
1
-1
/
+1
*
patch 8.2.4542: Vim9: "break" inside try/catch not handled correctly
v8.2.4542
Bram Moolenaar
2022-03-10
1
-6
/
+20
*
patch 8.2.4471: Coverity warns for uninitialized variable
v8.2.4471
Bram Moolenaar
2022-02-25
1
-1
/
+1
*
patch 8.2.4318: various comment and indent mistakes, returning wrong zero
v8.2.4318
Bram Moolenaar
2022-02-07
1
-3
/
+3
*
patch 8.2.4285: Vim9: type of item in for loop not checked properly
v8.2.4285
Bram Moolenaar
2022-02-02
1
-7
/
+2
*
patch 8.2.4227: Vim9: using "lockvar!" in :def function does not work
v8.2.4227
Bram Moolenaar
2022-01-26
1
-4
/
+6
*
patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function
v8.2.4225
Bram Moolenaar
2022-01-26
1
-3
/
+20
*
patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging
v8.2.4178
Bram Moolenaar
2022-01-22
1
-1
/
+4
*
patch 8.2.4138: Vim9: no error for return with argument when invalid
v8.2.4138
Bram Moolenaar
2022-01-18
1
-7
/
+5
*
patch 8.2.4071: Vim9: no detection of return in try/endtry
v8.2.4071
Bram Moolenaar
2022-01-12
1
-0
/
+11
*
patch 8.2.4021: missing part of the :import changes
v8.2.4021
Bram Moolenaar
2022-01-06
1
-10
/
+10
*
patch 8.2.3996: Vim9: type checking lacks information about declared type
v8.2.3996
Bram Moolenaar
2022-01-04
1
-16
/
+14
*
patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it starts
v8.2.3981
Bram Moolenaar
2022-01-02
1
-16
/
+22
*
patch 8.2.3972: error messages are spread out
v8.2.3972
Bram Moolenaar
2022-01-01
1
-3
/
+3
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-4
/
+4
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-6
/
+6
*
patch 8.2.3957: error messages are spread out
v8.2.3957
Bram Moolenaar
2021-12-31
1
-3
/
+3
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3893: Vim9: many local variables are initialized with an instruction
v8.2.3893
Bram Moolenaar
2021-12-25
1
-1
/
+1
*
patch 8.2.3866: Vim9: type checking global variables is inconsistent
v8.2.3866
Bram Moolenaar
2021-12-21
1
-2
/
+5
*
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member
v8.2.3865
Bram Moolenaar
2021-12-21
1
-11
/
+11
*
patch 8.2.3860: Vim9: codecov struggles with the file size
v8.2.3860
Bram Moolenaar
2021-12-20
1
-0
/
+2274