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
/
vim9instr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1053: default constructor arguments are not optional
v9.0.1053
Bram Moolenaar
2022-12-13
1
-3
/
+4
*
patch 9.0.1045: in a class object members cannot be initialized
v9.0.1045
Bram Moolenaar
2022-12-10
1
-5
/
+25
*
patch 9.0.1041: cannot define a method in a class
v9.0.1041
Bram Moolenaar
2022-12-09
1
-0
/
+18
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-0
/
+22
*
patch 9.0.0695: failing check for dictionary type for const any
v9.0.0695
Bram Moolenaar
2022-10-08
1
-2
/
+3
*
patch 9.0.0684: skipped :exe command fails compilation on MS-Windows
v9.0.0684
Bram Moolenaar
2022-10-07
1
-0
/
+1
*
patch 9.0.0683: cannot specify a time for :echowindow
v9.0.0683
Bram Moolenaar
2022-10-07
1
-0
/
+14
*
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
Bram Moolenaar
2022-09-29
1
-1
/
+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
-21
/
+23
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-13
/
+1
*
patch 9.0.0481: in :def function all closures in loop get the same variables
v9.0.0481
Bram Moolenaar
2022-09-16
1
-27
/
+94
*
patch 9.0.0470: in :def function all closures in loop get the same variables
v9.0.0470
Bram Moolenaar
2022-09-15
1
-1
/
+43
*
patch 9.0.0419: the :defer command does not check the function arguments
v9.0.0419
Bram Moolenaar
2022-09-08
1
-64
/
+105
*
patch 9.0.0376: clang warns for dead assignments
v9.0.0376
Yegappan Lakshmanan
2022-09-04
1
-16
/
+4
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-16
/
+36
*
patch 9.0.0353: missing entry in switch
v9.0.0353
Bram Moolenaar
2022-09-01
1
-0
/
+1
*
patch 8.2.5018: Vim9: some code is not covered by tests
v8.2.5018
Bram Moolenaar
2022-05-25
1
-123
/
+98
*
patch 8.2.4973: Vim9: type error for list unpack mentions argument
v8.2.4973
Bram Moolenaar
2022-05-17
1
-1
/
+3
*
patch 8.2.4930: interpolated string expression requires escaping
v8.2.4930
Bram Moolenaar
2022-05-10
1
-0
/
+2
*
patch 8.2.4863: accessing freed memory in test without the +channel feature
v8.2.4863
Bram Moolenaar
2022-05-04
1
-0
/
+14
*
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
-0
/
+27
*
patch 8.2.4657: errors for functions are sometimes hard to read
v8.2.4657
Bram Moolenaar
2022-03-31
1
-3
/
+3
*
patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir
v8.2.4656
Bram Moolenaar
2022-03-31
1
-1
/
+3
*
patch 8.2.4650: "import autoload" only works with using 'runtimepath'
v8.2.4650
Bram Moolenaar
2022-03-30
1
-22
/
+53
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
1
-7
/
+9
*
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function
v8.2.4612
Bram Moolenaar
2022-03-23
1
-1
/
+4
*
patch 8.2.4602: Vim9: not enough test coverage for executing :def function
v8.2.4602
Bram Moolenaar
2022-03-20
1
-24
/
+8
*
patch 8.2.4576: Vim9: error for comparing with null can be annoying
v8.2.4576
Bram Moolenaar
2022-03-15
1
-14
/
+2
*
patch 8.2.4575: Vim9: test for profiling still fails
v8.2.4575
Bram Moolenaar
2022-03-15
1
-4
/
+8
*
patch 8.2.4539: when comparing special v:none and v:null are handled the same
v8.2.4539
Bram Moolenaar
2022-03-10
1
-31
/
+50
*
patch 8.2.4529: Vim9: comparing partial with function fails
v8.2.4529
Bram Moolenaar
2022-03-08
1
-1
/
+3
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-1
/
+36
*
patch 8.2.4487: Vim9: cannot compare with v:null
v8.2.4487
Bram Moolenaar
2022-03-01
1
-1
/
+20
*
patch 8.2.4311: Vim9: changing script variable type not caught compile time
v8.2.4311
Bram Moolenaar
2022-02-06
1
-1
/
+1
*
patch 8.2.4310: Vim9: constant list and dict get a declaration type
v8.2.4310
Bram Moolenaar
2022-02-06
1
-8
/
+4
*
patch 8.2.4279: Vim9: cannot change item type with map() after range()
v8.2.4279
Bram Moolenaar
2022-02-01
1
-4
/
+8
*
patch 8.2.4231: Vim9: map() gives type error when type was not declared
v8.2.4231
Bram Moolenaar
2022-01-27
1
-3
/
+3
*
patch 8.2.4216: Vim9: cannot use a function from an autoload import directly
v8.2.4216
Bram Moolenaar
2022-01-25
1
-0
/
+18
*
patch 8.2.4202: Vim9: cannot export function that exists globally
v8.2.4202
Bram Moolenaar
2022-01-24
1
-1
/
+1
*
patch 8.2.4103: Vim9: variable declared in for loop not initialzed
v8.2.4103
Bram Moolenaar
2022-01-15
1
-1
/
+21
*
patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused
v8.2.4086
Bram Moolenaar
2022-01-13
1
-1
/
+1
*
patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded
v8.2.4072
Bram Moolenaar
2022-01-12
1
-2
/
+2
*
patch 8.2.4045: some global functions are only used in one file
v8.2.4045
Yegappan Lakshmanan
2022-01-08
1
-3
/
+3
*
patch 8.2.3996: Vim9: type checking lacks information about declared type
v8.2.3996
Bram Moolenaar
2022-01-04
1
-151
/
+111
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
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
-6
/
+14
*
patch 8.2.3890: Vim9: type check for using v: variables is basic
v8.2.3890
Bram Moolenaar
2021-12-24
1
-2
/
+1
*
patch 8.2.3866: Vim9: type checking global variables is inconsistent
v8.2.3866
Bram Moolenaar
2021-12-21
1
-4
/
+9
*
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member
v8.2.3865
Bram Moolenaar
2021-12-21
1
-1
/
+1
[next]