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
/
vim9.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-3
/
+4
*
patch 9.0.1134: comparing objects uses identity instead of equality
v9.0.1134
Bram Moolenaar
2023-01-02
1
-0
/
+2
*
patch 9.0.1074: class members are not supported yet
v9.0.1074
Bram Moolenaar
2022-12-18
1
-1
/
+17
*
patch 9.0.1053: default constructor arguments are not optional
v9.0.1053
Bram Moolenaar
2022-12-13
1
-1
/
+3
*
patch 9.0.1045: in a class object members cannot be initialized
v9.0.1045
Bram Moolenaar
2022-12-10
1
-1
/
+3
*
patch 9.0.1041: cannot define a method in a class
v9.0.1041
Bram Moolenaar
2022-12-09
1
-0
/
+1
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-1
/
+11
*
patch 9.0.0683: cannot specify a time for :echowindow
v9.0.0683
Bram Moolenaar
2022-10-07
1
-0
/
+7
*
patch 9.0.0627: "const" and "final" both make the type a constant
v9.0.0627
Bram Moolenaar
2022-09-30
1
-1
/
+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
-14
/
+16
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-2
/
+0
*
patch 9.0.0484: in :def function all closures in loop get the same variables
v9.0.0484
Bram Moolenaar
2022-09-17
1
-6
/
+9
*
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
Bram Moolenaar
2022-09-16
1
-4
/
+20
*
patch 9.0.0470: in :def function all closures in loop get the same variables
v9.0.0470
Bram Moolenaar
2022-09-15
1
-2
/
+29
*
patch 9.0.0405: arguments in a partial not used by a :def function
v9.0.0405
Bram Moolenaar
2022-09-07
1
-0
/
+2
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-0
/
+20
*
patch 9.0.0350: :echowindow does not work in a compiled function
v9.0.0350
Bram Moolenaar
2022-09-01
1
-0
/
+1
*
patch 8.2.4973: Vim9: type error for list unpack mentions argument
v8.2.4973
Bram Moolenaar
2022-05-17
1
-0
/
+1
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-1
/
+1
*
patch 8.2.4836: Vim9: some lines not covered by tests
v8.2.4836
Bram Moolenaar
2022-04-28
1
-1
/
+0
*
patch 8.2.4834: Vim9: some lines not covered by tests
v8.2.4834
Bram Moolenaar
2022-04-27
1
-1
/
+0
*
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.4650: "import autoload" only works with using 'runtimepath'
v8.2.4650
Bram Moolenaar
2022-03-30
1
-0
/
+4
*
patch 8.2.4639: not sufficient parenthesis in preprocessor macros
kylo252
2022-03-27
1
-3
/
+3
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
1
-0
/
+2
*
patch 8.2.4602: Vim9: not enough test coverage for executing :def function
v8.2.4602
Bram Moolenaar
2022-03-20
1
-2
/
+2
*
patch 8.2.4575: Vim9: test for profiling still fails
v8.2.4575
Bram Moolenaar
2022-03-15
1
-1
/
+1
*
patch 8.2.4542: Vim9: "break" inside try/catch not handled correctly
v8.2.4542
Bram Moolenaar
2022-03-10
1
-1
/
+1
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-0
/
+1
*
patch 8.2.4487: Vim9: cannot compare with v:null
v8.2.4487
Bram Moolenaar
2022-03-01
1
-0
/
+1
*
patch 8.2.4375: ctx_imports is not used
v8.2.4375
Bram Moolenaar
2022-02-13
1
-3
/
+1
*
patch 8.2.4216: Vim9: cannot use a function from an autoload import directly
v8.2.4216
Bram Moolenaar
2022-01-25
1
-0
/
+2
*
patch 8.2.4071: Vim9: no detection of return in try/endtry
v8.2.4071
Bram Moolenaar
2022-01-12
1
-0
/
+2
*
patch 8.2.3991: Vim9: error when extending dict<any>
v8.2.3991
Bram Moolenaar
2022-01-03
1
-0
/
+4
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member
v8.2.3865
Bram Moolenaar
2021-12-21
1
-2
/
+2
*
patch 8.2.3860: Vim9: codecov struggles with the file size
v8.2.3860
Bram Moolenaar
2021-12-20
1
-7
/
+201
*
patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others
v8.2.3765
Bram Moolenaar
2021-12-09
1
-2
/
+3
*
patch 8.2.3716: Vim9: range without a command is not compiled
v8.2.3716
Bram Moolenaar
2021-12-01
1
-0
/
+1
*
patch 8.2.3692: Vim9: cannot use :func inside a :def function
v8.2.3692
Bram Moolenaar
2021-11-28
1
-1
/
+2
*
patch 8.2.3442: Vim9: || and && are not handled at compile time
v8.2.3442
Bram Moolenaar
2021-09-16
1
-0
/
+1
*
patch 8.2.3435: Vim9: dict is not passed to dict function
v8.2.3435
Bram Moolenaar
2021-09-13
1
-0
/
+3
*
patch 8.2.3395: Vim9: expression breakpoint not checked in :def function
v8.2.3395
Bram Moolenaar
2021-09-02
1
-2
/
+2
*
patch 8.2.3339: Vim9: cannot lock a member in a local dict
v8.2.3339
Bram Moolenaar
2021-08-13
1
-0
/
+1
*
patch 8.2.3307: Vim9: :echoconsole cannot access local variables
v8.2.3307
Bram Moolenaar
2021-08-07
1
-4
/
+5
*
patch 8.2.3303: some structures could be smaller
v8.2.3303
Dominique Pelle
2021-08-07
1
-3
/
+3
*
patch 8.2.3057: Vim9: debugger test fails with normal features and +terminal
v8.2.3057
Bram Moolenaar
2021-06-26
1
-1
/
+1
*
patch 8.2.3039: Vim9: breakpoint at a comment line does not work
v8.2.3039
Bram Moolenaar
2021-06-23
1
-2
/
+8
*
patch 8.2.3029: Vim9: crash when using operator and list unpack assignment
v8.2.3029
Bram Moolenaar
2021-06-21
1
-0
/
+7
[next]