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
/
typval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
1
-1
/
+14
*
patch 8.2.4576: Vim9: error for comparing with null can be annoying
v8.2.4576
Bram Moolenaar
2022-03-15
1
-6
/
+3
*
patch 8.2.4534: Vim9: "is" operator with empty string and null returns true
v8.2.4534
Bram Moolenaar
2022-03-10
1
-2
/
+16
*
patch 8.2.4530: making comparison with null work changes legacy behavior
v8.2.4530
Bram Moolenaar
2022-03-09
1
-1
/
+4
*
patch 8.2.4489: failing test for comparing v:null with number
v8.2.4489
Bram Moolenaar
2022-03-02
1
-0
/
+9
*
patch 8.2.4488: build error with +eval but without +channel or +job
v8.2.4488
Bram Moolenaar
2022-03-01
1
-0
/
+4
*
patch 8.2.4487: Vim9: cannot compare with v:null
v8.2.4487
Bram Moolenaar
2022-03-01
1
-0
/
+44
*
patch 8.2.4046: some error messages not in the right place
v8.2.4046
Bram Moolenaar
2022-01-08
1
-1
/
+1
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-0
/
+4
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-14
/
+14
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.4005: error messages are spread out
v8.2.4005
Bram Moolenaar
2022-01-04
1
-10
/
+10
*
patch 8.2.4003: error messages are spread out
v8.2.4003
Bram Moolenaar
2022-01-04
1
-1
/
+1
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-1
/
+1
*
patch 8.2.3971: build fails
v8.2.3971
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3919: Vim9: wrong argument for append() results in two errors
v8.2.3919
Bram Moolenaar
2021-12-28
1
-1
/
+3
*
patch 8.2.3894: Vim9: no proper type check for first argument of call()
v8.2.3894
Bram Moolenaar
2021-12-25
1
-0
/
+17
*
patch 8.2.3877: function does not abort after a type error in compare
v8.2.3877
Bram Moolenaar
2021-12-22
1
-6
/
+29
*
patch 8.2.3851: Vim9: overhead when comparing string, dict or function
v8.2.3851
Bram Moolenaar
2021-12-19
1
-161
/
+269
*
patch 8.2.3848: cannot use reduce() for a string
v8.2.3848
rbtnn
2021-12-18
1
-8
/
+19
*
patch 8.2.3840: useless test for negative index in check functions
v8.2.3840
rbtnn
2021-12-17
1
-72
/
+17
*
patch 8.2.3830: error messages are spread out
v8.2.3830
Bram Moolenaar
2021-12-16
1
-4
/
+4
*
patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9
v8.2.3822
Bram Moolenaar
2021-12-16
1
-0
/
+22
*
patch 8.2.3751: cannot assign a lambda to an option that takes a function
v8.2.3751
Yegappan Lakshmanan
2021-12-06
1
-3
/
+3
*
patch 8.2.3702: first key in dict is seen as curly expression and fails
v8.2.3702
Bram Moolenaar
2021-11-30
1
-1
/
+2
*
patch 8.2.3438: cannot manipulate blobs
v8.2.3438
Yegappan Lakshmanan
2021-09-14
1
-0
/
+17
*
patch 8.2.3436: check for optional bool type has confusing return type
v8.2.3436
Bram Moolenaar
2021-09-13
1
-3
/
+5
*
patch 8.2.3347: check for legacy script is incomplete
v8.2.3347
Bram Moolenaar
2021-08-15
1
-1
/
+1
*
patch 8.2.3329: v_lock not set when getting value of environment variable
v8.2.3329
Bram Moolenaar
2021-08-11
1
-0
/
+1
*
patch 8.2.3318: Vim9: cannot ignore quotes in number at the command line
v8.2.3318
Bram Moolenaar
2021-08-08
1
-1
/
+1
*
patch 8.2.3315: cannot use single quote in a float number for readability
v8.2.3315
Bram Moolenaar
2021-08-08
1
-3
/
+17
*
patch 8.2.3258: error messages have the wrong text
v8.2.3258
Bram Moolenaar
2021-07-31
1
-3
/
+3
*
patch 8.2.3232: system() does not work without a second argument
v8.2.3232
Yegappan Lakshmanan
2021-07-28
1
-0
/
+11
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-10
/
+96
*
patch 8.2.3221: Vim9: argument types are not checked at compile time
v8.2.3221
Yegappan Lakshmanan
2021-07-25
1
-0
/
+27
*
patch 8.2.3211: Vim9: argument types are not checked at compile time
v8.2.3211
Yegappan Lakshmanan
2021-07-24
1
-0
/
+11
*
patch 8.2.3206: Vim9: argument types are not checked at compile time
v8.2.3206
Yegappan Lakshmanan
2021-07-23
1
-23
/
+41
*
patch 8.2.3194: Vim9: argument types are not checked at compile time
v8.2.3194
Yegappan Lakshmanan
2021-07-21
1
-33
/
+55
*
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-20
1
-0
/
+203
*
patch 8.2.3176: Vim9: no type error for comparing number with string
v8.2.3176
Bram Moolenaar
2021-07-18
1
-2
/
+14
*
patch 8.2.3173: Vim9: argument types are not checked at compile time
v8.2.3173
Yegappan Lakshmanan
2021-07-17
1
-3
/
+40
*
patch 8.2.3162: Vim9: argument types are not checked at compile time
v8.2.3162
Yegappan Lakshmanan
2021-07-15
1
-0
/
+17
*
patch 8.2.3135: Vim9: builtin function arguments not checked at compile time
v8.2.3135
Yegappan Lakshmanan
2021-07-10
1
-4
/
+21
*
patch 8.2.3069: error messages are spread out
v8.2.3069
Bram Moolenaar
2021-06-27
1
-1
/
+1
*
patch 8.2.3007: Vim9: test for void value fails
v8.2.3007
Bram Moolenaar
2021-06-15
1
-1
/
+3
*
patch 8.2.3005: Vim9: using a void value does not give a proper error message
v8.2.3005
Bram Moolenaar
2021-06-15
1
-5
/
+11
*
patch 8.2.2948: substitute() accepts a number but not a float expression
v8.2.2948
Bram Moolenaar
2021-06-06
1
-2
/
+7
*
patch 8.2.2944: Vim9: no error when using job or channel as a string
v8.2.2944
Bram Moolenaar
2021-06-05
1
-31
/
+9
[next]