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.1492: using uninitialized memory when argument is missing
v9.0.1492
Bram Moolenaar
2023-04-27
1
-1
/
+7
*
patch 9.0.1436: cannot compare a typed variable with v:none
v9.0.1436
Bram Moolenaar
2023-04-01
1
-8
/
+12
*
patch 9.0.1358: compilation error with some compilers
v9.0.1358
Bram Moolenaar
2023-02-27
1
-2
/
+2
*
patch 9.0.1357: using null_object results in an internal error
v9.0.1357
Bram Moolenaar
2023-02-26
1
-1
/
+47
*
patch 9.0.1292: :defer may call the wrong method for an object
v9.0.1292
Bram Moolenaar
2023-02-08
1
-3
/
+15
*
patch 9.0.1260: Coverity warns for possible NULL pointer usage
v9.0.1260
Bram Moolenaar
2023-01-29
1
-1
/
+1
*
patch 9.0.1254: calling a method on an interface does not work
v9.0.1254
Bram Moolenaar
2023-01-28
1
-6
/
+31
*
patch 9.0.1250: cannot use an object method with :defer
v9.0.1250
Bram Moolenaar
2023-01-27
1
-4
/
+11
*
patch 9.0.1246: code is indented more than necessary
v9.0.1246
Yegappan Lakshmanan
2023-01-26
1
-30
/
+30
*
patch 9.0.1211: storing value in interface member does not always work
v9.0.1211
Bram Moolenaar
2023-01-16
1
-1
/
+4
*
patch 9.0.1209: getting interface member does not always work
v9.0.1209
Bram Moolenaar
2023-01-16
1
-0
/
+21
*
patch 9.0.1203: return type of values() is always list<any>
v9.0.1203
Bram Moolenaar
2023-01-15
1
-1
/
+2
*
patch 9.0.1138: crash when expecting varargs but it is something else
v9.0.1138
Bram Moolenaar
2023-01-03
1
-1
/
+7
*
patch 9.0.1134: comparing objects uses identity instead of equality
v9.0.1134
Bram Moolenaar
2023-01-02
1
-5
/
+16
*
patch 9.0.1109: leaking allocated type
v9.0.1109
Bram Moolenaar
2022-12-30
1
-0
/
+1
*
patch 9.0.1108: type error when using "any" type and adding to float
v9.0.1108
Bram Moolenaar
2022-12-29
1
-8
/
+24
*
patch 9.0.1075: build fails if compiler doesn't allow declaration after case
v9.0.1075
Bram Moolenaar
2022-12-18
1
-18
/
+21
*
patch 9.0.1074: class members are not supported yet
v9.0.1074
Bram Moolenaar
2022-12-18
1
-6
/
+48
*
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
[next]