Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
14ded11fcad77ebf41032ec80a95d516ca9acb1c
/
src
/
list.c
39211cb
patch 8.2.2782: Vim9: blob operations not fully tested
by Bram Moolenaar
· 5 years ago
b7c21af
patch 8.2.2781: add() silently skips when adding to null list or blob
by Bram Moolenaar
· 5 years ago
f225396
patch 8.2.2759: Vim9: for loop infers type of loop variable
by Bram Moolenaar
· 5 years ago
dcae51f
patch 8.2.2738: extending a list with itself can give wrong result
by Bram Moolenaar
· 5 years ago
108cf01
patch 8.2.2621: typval2type() cannot handle recursive structures
by Bram Moolenaar
· 5 years ago
027c4ab
patch 8.2.2537: Vim9: crash when map() fails
by Bram Moolenaar
· 5 years ago
5b5ae29
patch 8.2.2533: Vim9: cannot use a range with :unlet
by Bram Moolenaar
· 5 years ago
f785aa1
patch 8.2.2501: not always clear where an error is reported
by Bram Moolenaar
· 5 years ago
ba98fb5
patch 8.2.2486: Vim9: some errors for white space do not show context
by Bram Moolenaar
· 5 years ago
c3fc75d
patch 8.2.2480: Vim9: some errors for white space do not show context
by Bram Moolenaar
· 5 years ago
3b69006
patch 8.2.2449: Vim9: flatten() always changes the list type
by Bram Moolenaar
· 5 years ago
c03f5c6
patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch
by Bram Moolenaar
· 5 years ago
239f8d9
patch 8.2.2367: test failures on some less often used systems
by Bram Moolenaar
· 5 years ago
70250fb
patch 8.2.2365: Vim9: no check for map() changing item type at script level
by Bram Moolenaar
· 5 years ago
6601b62
patch 8.2.2344: using inclusive index for slice is not always desired
by Bram Moolenaar
· 5 years ago
b0e6b51
patch 8.2.2336: Vim9: not possible to extend dictionary with different type
by Bram Moolenaar
· 5 years ago
75ab91f
patch 8.2.2325: Vim9: crash if map() changes the item type
by Bram Moolenaar
· 5 years ago
e7525c5
patch 8.2.2318: Vim9: string and list index work differently
by Bram Moolenaar
· 5 years ago
aa210a3
patch 8.2.2272: Vim9: extend() can violate the type of a variable
by Bram Moolenaar
· 5 years ago
8e7d622
patch 8.2.2160: various typos
by Bram Moolenaar
· 5 years ago
57cf497
patch 8.2.2075: error for const argument to mapnew()
by Bram Moolenaar
· 5 years ago
f8ca03b
patch 8.2.2065: using map() and filter() on a range() is inefficient
by Bram Moolenaar
· 5 years ago
9681f71
patch 8.2.2027: Coverity warnts for uninitialized field
by Bram Moolenaar
· 5 years ago
659bb22
patch 8.2.1980: Vim9: some tests are not done at the script level
by Bram Moolenaar
· 5 years ago
c56936e
patch 8.2.1971: memory leak when map() fails
by Bram Moolenaar
· 5 years ago
ea69685
patch 8.2.1969: Vim9: map() may change the list or dict item type
by Bram Moolenaar
· 5 years ago
348be7e
patch 8.2.1949: Vim9: using extend() on null dict is silently ignored
by Bram Moolenaar
· 5 years ago
0d90e72
patch 8.2.1945: crash when passing NULL function to reduce()
by Bram Moolenaar
· 5 years ago
55e2961
patch 8.2.1933: cannot sort using locale ordering
by Bram Moolenaar
· 5 years ago
ffdf8ad
patch 8.2.1852: map() returing zero for NULL list is unexpected
by Bram Moolenaar
· 5 years ago
1a73923
patch 8.2.1821: Vim9: concatenating to a NULL list doesn't work
by Bram Moolenaar
· 6 years ago
08e51f4
patch 8.2.1701: Vim9: sort("i") does not work
by Bram Moolenaar
· 6 years ago
a187c43
patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9
by Bram Moolenaar
· 6 years ago
a48f786
patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()
by Bram Moolenaar
· 6 years ago
119f557
patch 8.2.1571: Vim9: count() third argument cannot be "true"
by Bram Moolenaar
· 6 years ago
7cb6fc2
patch 8.2.1504: Vim9: white space checks are only done for a :def function
by Bram Moolenaar
· 6 years ago
cc673e7
patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"
by Bram Moolenaar
· 6 years ago
56acb09
patch 8.2.1465: Vim9: subscript not handled properly
by Bram Moolenaar
· 6 years ago
ed59187
patch 8.2.1463: Vim9: list slice not supported yet
by Bram Moolenaar
· 6 years ago
bc4c505
patch 8.2.1444: error messages are spread out and names can be confusing
by Bram Moolenaar
· 6 years ago
db19921
patch 8.2.1430: Vim9: error for missing comma instead of extra white space
by Bram Moolenaar
· 6 years ago
4d4d1cd
patch 8.2.1328: no space allowed before comma in list
by Bram Moolenaar
· 6 years ago
9d48956
patch 8.2.1326: Vim9: skipping over white space after list
by Bram Moolenaar
· 6 years ago
eb6880b
patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out
by Bram Moolenaar
· 6 years ago
962d721
patch 8.2.1125: Vim9: double quote can be a string or a comment
by Bram Moolenaar
· 6 years ago
9a78e6d
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()
by Bram Moolenaar
· 6 years ago
e6b5324
patch 8.2.1110: Vim9: line continuation does not work in function arguments
by Bram Moolenaar
· 6 years ago
fda20c4
patch 8.2.1083: crash when using reduce() on a NULL list
by Bram Moolenaar
· 6 years ago
9215f01
patch 8.2.1074: Vim9: no line break allowed after some operators
by Bram Moolenaar
· 6 years ago
e6e0317
patch 8.2.1069: Vim9: fail to check for white space in list
by Bram Moolenaar
· 6 years ago
7147820
patch 8.2.1065: Vim9: no line break allowed inside a list
by Bram Moolenaar
· 6 years ago
ca275a0
patch 8.2.1051: crash when changing a list while using reduce() on it
by Bram Moolenaar
· 6 years ago
5409f5d
patch 8.2.1047: Vim9: script cannot use line continuation like :def function
by Bram Moolenaar
· 6 years ago
9af7876
patch 8.2.0987: Vim9: cannot assign to [var; var]
by Bram Moolenaar
· 6 years ago
dcf59c3
patch 8.2.0937: asan failure in the flatten() test
by Bram Moolenaar
· 6 years ago
077a1e6
patch 8.2.0935: flattening a list with existing code is slow
by Bram Moolenaar
· 6 years ago
48b1c21
patch 8.2.0882: leaking memory when using reduce()
by Bram Moolenaar
· 6 years ago
8562998
patch 8.2.0878: no reduce() function
by Bram Moolenaar
· 6 years ago
fcb0b61
patch 8.2.0829: filter() may give misleading error message
by Bram Moolenaar
· 6 years ago
32e3511
patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase
by Bram Moolenaar
· 6 years ago
7e9f351
patch 8.2.0751: Vim9: performance can be improved
by Bram Moolenaar
· 6 years ago
92b83cc
patch 8.2.0634: crash with null partial and blob
by Bram Moolenaar
· 6 years ago
a80faa8
patch 8.2.0559: clearing a struct is verbose
by Bram Moolenaar
· 6 years ago
7b293c7
patch 8.2.0539: comparing two NULL list fails
by Bram Moolenaar
· 6 years ago
00d253e
patch 8.2.0523: loops are repeated
by Bram Moolenaar
· 6 years ago
bdff012
patch 8.2.0514: several global functions are used in only one file
by Bram Moolenaar
· 6 years ago
aeea721
patch 8.2.0500: using the same loop in many places
by Bram Moolenaar
· 6 years ago
ee619e5
patch 8.2.0469: Vim9: no error for missing ] after list
by Bram Moolenaar
· 6 years ago
db661fb
patch 8.2.0175: crash when removing list element in map()
by Bram Moolenaar
· 6 years ago
0ff6aad
patch 8.2.0173: build fails with old compiler
by Bram Moolenaar
· 6 years ago
89bfc82
patch 8.2.0160: range test fails
by Bram Moolenaar
· 6 years ago
8a7d654
patch 8.2.0149: maintaining a Vim9 branch separately is more work
by Bram Moolenaar
· 6 years ago
49c57ce
patch 8.2.0121: filter() and map() on blob don't work
by Bram Moolenaar
· 6 years ago
4ba37b5
patch 8.1.2388: using old C style comments
by Bram Moolenaar
· 6 years ago
08c308a
patch 8.1.1981: the evalfunc.c file is too big
by Bram Moolenaar
· 7 years ago
1e1d300
patch 8.1.1978: the eval.c file is too big
by Bram Moolenaar
· 7 years ago
5843f5f
patch 8.1.1891: functions used in one file are global
by Bram Moolenaar
· 7 years ago
c6538bc
patch 8.1.1800: function call functions have too many arguments
by Bram Moolenaar
· 7 years ago
9f9fe37
patch 8.1.1763: evalfunc.c is still too big
by Bram Moolenaar
· 7 years ago
e809a4e
patch 8.1.1630: various small problems
by Bram Moolenaar
· 7 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 7 years ago
51e1438
patch 8.1.1393: unnecessary type casts
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
d155d7a
patch 8.1.0615: get_tv function names are not consistent
by Bram Moolenaar
· 7 years ago
162b714
patch 8.1.0614: placing signs can be complicated
by Bram Moolenaar
· 7 years ago
f49cc60
patch 8.1.0519: cannot save and restore the tag stack
by Bram Moolenaar
· 7 years ago
6f8d2ac
patch 8.1.0210: still a few K&R function declarations
by Bram Moolenaar
· 8 years ago
4f50588
patch 8.0.1497: getting the jump list requires parsing the output of :jumps
by Bram Moolenaar
· 8 years ago
35422f4
patch 8.0.0867: job and channel in a dict value not quoted
by Bram Moolenaar
· 9 years ago
45cf6e9
patch 8.0.0593: duplication of code for adding a list or dict return value
by Bram Moolenaar
· 9 years ago
caa55b6
patch 8.0.0164: outdated and misplaced comments
by Bram Moolenaar
· 9 years ago
edf3f97
patch 7.4.2293
by Bram Moolenaar
· 10 years ago
df48fb4
patch 7.4.2090
by Bram Moolenaar
· 10 years ago
73dad1e
patch 7.4.2063
by Bram Moolenaar
· 10 years ago
da861d6
patch 7.4.2057
by Bram Moolenaar
· 10 years ago