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
/
list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3200: Vim9: hard to guess where a type error is given
v8.2.3200
Bram Moolenaar
2021-07-22
1
-13
/
+18
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-1
/
+1
*
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-20
1
-0
/
+32
*
patch 8.2.3182: Vim9: crash when using removing items from a constant list
v8.2.3182
Bram Moolenaar
2021-07-18
1
-6
/
+26
*
patch 8.2.3133: Vim9: memory leak when add() fails
v8.2.3133
Bram Moolenaar
2021-07-09
1
-1
/
+2
*
patch 8.2.3127: Vim9: no error when adding number to list of string
v8.2.3127
Bram Moolenaar
2021-07-08
1
-1
/
+4
*
patch 8.2.3069: error messages are spread out
v8.2.3069
Bram Moolenaar
2021-06-27
1
-1
/
+1
*
patch 8.2.2782: Vim9: blob operations not fully tested
v8.2.2782
Bram Moolenaar
2021-04-18
1
-21
/
+33
*
patch 8.2.2781: add() silently skips when adding to null list or blob
v8.2.2781
Bram Moolenaar
2021-04-18
1
-8
/
+19
*
patch 8.2.2759: Vim9: for loop infers type of loop variable
v8.2.2759
Bram Moolenaar
2021-04-13
1
-2
/
+2
*
patch 8.2.2738: extending a list with itself can give wrong result
v8.2.2738
Bram Moolenaar
2021-04-08
1
-1
/
+8
*
patch 8.2.2621: typval2type() cannot handle recursive structures
v8.2.2621
Bram Moolenaar
2021-03-18
1
-2
/
+2
*
patch 8.2.2537: Vim9: crash when map() fails
v8.2.2537
Bram Moolenaar
2021-02-21
1
-0
/
+1
*
patch 8.2.2533: Vim9: cannot use a range with :unlet
v8.2.2533
Bram Moolenaar
2021-02-20
1
-0
/
+20
*
patch 8.2.2501: not always clear where an error is reported
v8.2.2501
Bram Moolenaar
2021-02-11
1
-9
/
+11
*
patch 8.2.2486: Vim9: some errors for white space do not show context
v8.2.2486
Bram Moolenaar
2021-02-07
1
-1
/
+2
*
patch 8.2.2480: Vim9: some errors for white space do not show context
v8.2.2480
Bram Moolenaar
2021-02-07
1
-1
/
+1
*
patch 8.2.2449: Vim9: flatten() always changes the list type
v8.2.2449
Bram Moolenaar
2021-02-01
1
-13
/
+49
*
patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch
v8.2.2441
Bram Moolenaar
2021-01-31
1
-8
/
+26
*
patch 8.2.2367: test failures on some less often used systems
v8.2.2367
Bram Moolenaar
2021-01-17
1
-3
/
+3
*
patch 8.2.2365: Vim9: no check for map() changing item type at script level
v8.2.2365
Bram Moolenaar
2021-01-16
1
-7
/
+38
*
patch 8.2.2344: using inclusive index for slice is not always desired
v8.2.2344
Bram Moolenaar
2021-01-13
1
-5
/
+8
*
patch 8.2.2336: Vim9: not possible to extend dictionary with different type
v8.2.2336
Bram Moolenaar
2021-01-12
1
-11
/
+62
*
patch 8.2.2325: Vim9: crash if map() changes the item type
v8.2.2325
Bram Moolenaar
2021-01-10
1
-4
/
+7
*
patch 8.2.2318: Vim9: string and list index work differently
v8.2.2318
Bram Moolenaar
2021-01-09
1
-1
/
+1
*
patch 8.2.2272: Vim9: extend() can violate the type of a variable
v8.2.2272
Bram Moolenaar
2021-01-02
1
-2
/
+7
*
patch 8.2.2160: various typos
v8.2.2160
Bram Moolenaar
2020-12-18
1
-1
/
+1
*
patch 8.2.2075: error for const argument to mapnew()
v8.2.2075
Bram Moolenaar
2020-12-01
1
-3
/
+3
*
patch 8.2.2065: using map() and filter() on a range() is inefficient
v8.2.2065
Bram Moolenaar
2020-11-28
1
-27
/
+79
*
patch 8.2.2027: Coverity warnts for uninitialized field
v8.2.2027
Bram Moolenaar
2020-11-21
1
-0
/
+1
*
patch 8.2.1980: Vim9: some tests are not done at the script level
v8.2.1980
Bram Moolenaar
2020-11-12
1
-1
/
+1
*
patch 8.2.1971: memory leak when map() fails
v8.2.1971
Bram Moolenaar
2020-11-10
1
-1
/
+6
*
patch 8.2.1969: Vim9: map() may change the list or dict item type
v8.2.1969
Bram Moolenaar
2020-11-09
1
-40
/
+141
*
patch 8.2.1949: Vim9: using extend() on null dict is silently ignored
v8.2.1949
Bram Moolenaar
2020-11-04
1
-4
/
+12
*
patch 8.2.1945: crash when passing NULL function to reduce()
v8.2.1945
Bram Moolenaar
2020-11-03
1
-2
/
+5
*
patch 8.2.1933: cannot sort using locale ordering
v8.2.1933
Bram Moolenaar
2020-11-01
1
-3
/
+10
*
patch 8.2.1852: map() returing zero for NULL list is unexpected
v8.2.1852
Bram Moolenaar
2020-10-15
1
-2
/
+3
*
patch 8.2.1821: Vim9: concatenating to a NULL list doesn't work
v8.2.1821
Bram Moolenaar
2020-10-10
1
-6
/
+13
*
patch 8.2.1701: Vim9: sort("i") does not work
v8.2.1701
Bram Moolenaar
2020-09-16
1
-10
/
+17
*
patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9
v8.2.1698
Bram Moolenaar
2020-09-16
1
-13
/
+13
*
patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()
v8.2.1610
Bram Moolenaar
2020-09-05
1
-1
/
+1
*
patch 8.2.1571: Vim9: count() third argument cannot be "true"
v8.2.1571
Bram Moolenaar
2020-09-02
1
-1
/
+1
*
patch 8.2.1504: Vim9: white space checks are only done for a :def function
v8.2.1504
Bram Moolenaar
2020-08-21
1
-2
/
+2
*
patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"
v8.2.1466
Bram Moolenaar
2020-08-16
1
-1
/
+1
*
patch 8.2.1465: Vim9: subscript not handled properly
v8.2.1465
Bram Moolenaar
2020-08-16
1
-1
/
+4
*
patch 8.2.1463: Vim9: list slice not supported yet
v8.2.1463
Bram Moolenaar
2020-08-15
1
-0
/
+55
*
patch 8.2.1444: error messages are spread out and names can be confusing
v8.2.1444
Bram Moolenaar
2020-08-13
1
-2
/
+2
*
patch 8.2.1430: Vim9: error for missing comma instead of extra white space
v8.2.1430
Bram Moolenaar
2020-08-12
1
-1
/
+6
*
patch 8.2.1328: no space allowed before comma in list
v8.2.1328
Bram Moolenaar
2020-07-30
1
-0
/
+3
*
patch 8.2.1326: Vim9: skipping over white space after list
v8.2.1326
Bram Moolenaar
2020-07-30
1
-2
/
+2
[next]