1. ed0c62e patch 8.2.4529: Vim9: comparing partial with function fails by Bram Moolenaar · 3 years, 5 months ago
  2. fa02616 patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments by Bram Moolenaar · 3 years, 6 months ago
  3. 6e1a387 patch 8.2.4458: Vim9: compiling filter() call fails with unknown arguments by Bram Moolenaar · 3 years, 6 months ago
  4. e843efc patch 8.2.4449: vim9: function argument of sort() not checked at compile time by Bram Moolenaar · 3 years, 6 months ago
  5. fe73255 patch 8.2.4446: Vim9: cannot refer to a global function like a local one by Bram Moolenaar · 3 years, 6 months ago
  6. 16f6c8a patch 8.2.4441: Vim9: function argument of filter() not checked like map() by Bram Moolenaar · 3 years, 6 months ago
  7. c1e6c7b patch 8.2.4426: map() function on string and blob does not check types by Bram Moolenaar · 3 years, 6 months ago
  8. eddd4fc patch 8.2.4425: map() function does not check function arguments by Bram Moolenaar · 3 years, 6 months ago
  9. e88c6b7 patch 8.2.4390: Vim9: list from declaration with inferred type not set by Bram Moolenaar · 3 years, 6 months ago
  10. a749a42 patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies by Bram Moolenaar · 3 years, 6 months ago
  11. 5f4ef5f patch 8.2.4313: Vim9: cannot change type of list after making a slice by Bram Moolenaar · 3 years, 6 months ago
  12. 2626d6a patch 8.2.4310: Vim9: constant list and dict get a declaration type by Bram Moolenaar · 3 years, 6 months ago
  13. 00eb995 patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the type by Bram Moolenaar · 3 years, 6 months ago
  14. 82e46e5 patch 8.2.4302: Vim9: return type of getline() is too strict by Bram Moolenaar · 3 years, 6 months ago
  15. e0c2b2c patch 8.2.4301: Vim9: type error for copy of dict by Bram Moolenaar · 3 years, 6 months ago
  16. 381692b patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() by Bram Moolenaar · 3 years, 6 months ago
  17. 8133018 patch 8.2.4279: Vim9: cannot change item type with map() after range() by Bram Moolenaar · 3 years, 6 months ago
  18. 9e0208f patch 8.2.4276: separate test function for the GUI scrollbar by Yegappan Lakshmanan · 3 years, 6 months ago
  19. 848fadd patch 8.2.4260: Vim9: can still use a global function without g: by Bram Moolenaar · 3 years, 6 months ago
  20. 06011e1 patch 8.2.4259: number of test functions for GUI events is growing by Yegappan Lakshmanan · 3 years, 6 months ago
  21. 62aec93 patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent by Bram Moolenaar · 3 years, 6 months ago
  22. 35c807d patch 8.2.4231: Vim9: map() gives type error when type was not declared by Bram Moolenaar · 3 years, 6 months ago
  23. 745b938 patch 8.2.4229: possible crash when invoking timer callback fails by Bram Moolenaar · 3 years, 6 months ago
  24. 1080c48 patch 8.2.4224: Vim9: no error when using a number for map() second argument by Bram Moolenaar · 3 years, 6 months ago
  25. 17dd519 patch 8.2.4141: Vim9 builtin functions test fails by Bram Moolenaar · 3 years, 7 months ago
  26. 10d6f18 patch 8.2.3997: Vim9: not enough testing for extend() and map() by Bram Moolenaar · 3 years, 7 months ago
  27. 078a461 patch 8.2.3996: Vim9: type checking lacks information about declared type by Bram Moolenaar · 3 years, 7 months ago
  28. ad8f248 patch 8.2.3994: Vim9: extend() complains about type when it was not declared by Bram Moolenaar · 3 years, 7 months ago
  29. 114dbda patch 8.2.3991: Vim9: error when extending dict<any> by Bram Moolenaar · 3 years, 7 months ago
  30. 8bfa0eb patch 8.2.3982: some lines of code not covered by tests by Dominique Pelle · 3 years, 7 months ago
  31. 1f4a345 patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked list by Bram Moolenaar · 3 years, 7 months ago
  32. 8b6256f patch 8.2.3919: Vim9: wrong argument for append() results in two errors by Bram Moolenaar · 3 years, 7 months ago
  33. 8dac2ac patch 8.2.3916: no error for passing an invalid line number to append() by Bram Moolenaar · 3 years, 7 months ago
  34. ef8f04b patch 8.2.3911: Vim9: type check for filter() does not accept unknown by Bram Moolenaar · 3 years, 7 months ago
  35. 23018f2 patch 8.2.3910: when compare function of sort() fails it does not abort by Bram Moolenaar · 3 years, 7 months ago
  36. 7319981 patch 8.2.3904: Vim9: skip expression type is not checked at compile time by Bram Moolenaar · 3 years, 8 months ago
  37. 1802405 patch 8.2.3897: Vim9: second argument of map() and filter() not checked by Bram Moolenaar · 3 years, 8 months ago
  38. ae1068a patch 8.2.3895: Vim9: confusing error when using function() with a number by Bram Moolenaar · 3 years, 8 months ago
  39. 223d0a6 patch 8.2.3894: Vim9: no proper type check for first argument of call() by Bram Moolenaar · 3 years, 8 months ago
  40. 0801822 patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific by Bram Moolenaar · 3 years, 8 months ago
  41. 2f9f4cc patch 8.2.3857: Vim9: inconsistent error for using function() by Bram Moolenaar · 3 years, 8 months ago
  42. 86b3ab4 patch 8.2.3854: Vim9: inconsistent arguments for test functions by Bram Moolenaar · 3 years, 8 months ago
  43. 0ccb584 patch 8.2.3848: cannot use reduce() for a string by rbtnn · 3 years, 8 months ago
  44. 0dc4d8e patch 8.2.3845: Vim9: test fails when the channel feature is missing by Dominique Pelle · 3 years, 8 months ago
  45. 2d87759 patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9 by Bram Moolenaar · 3 years, 8 months ago
  46. f0e496a patch 8.2.3715: Vim9: valgrind reports spurious problems for a test by Bram Moolenaar · 3 years, 8 months ago
  47. c449271 patch 8.2.3646: using <sfile> in a function gives an unexpected result by Bram Moolenaar · 3 years, 9 months ago
  48. 2a16dc6 patch 8.2.3605: cannot clear and unlinke a highlight group with hlset() by Yegappan Lakshmanan · 3 years, 9 months ago
  49. d1a8d65 patch 8.2.3578: manipulating highlighting is complicated by Yegappan Lakshmanan · 3 years, 9 months ago
  50. 51491ad patch 8.2.3459: Vim9: need more tests for empty string arguments by Yegappan Lakshmanan · 3 years, 10 months ago
  51. f8dbd58 patch 8.2.3456: Vim9: not all functions are tested with empty string argument by Yegappan Lakshmanan · 3 years, 11 months ago
  52. 820d552 patch 8.2.3446: not enough tests for empty string arguments by Yegappan Lakshmanan · 3 years, 11 months ago
  53. 5dfe467 patch 8.2.3438: cannot manipulate blobs by Yegappan Lakshmanan · 3 years, 11 months ago
  54. b3bf33a patch 8.2.3427: double free when list is copied by Bram Moolenaar · 4 years ago
  55. fc3b775 patch 8.2.3415: Vim9: not all function argument types are properly checked by Yegappan Lakshmanan · 4 years ago
  56. 10c83dd patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile() by Bram Moolenaar · 4 years ago
  57. c8103b4 patch 8.2.3382: crash when getting the type of a NULL partial by Bram Moolenaar · 4 years ago
  58. b8bd2e6 patch 8.2.3363: when :edit reuses the current buffer the alternate file is set by Bram Moolenaar · 4 years ago
  59. ccfb7c6 patch 8.2.3356: adding many text properties requires a lot of function calls by Yegappan Lakshmanan · 4 years ago
  60. b56c441 patch 8.2.3322: Vim9: checking type of dict does not check member type by Bram Moolenaar · 4 years ago
  61. 2673599 patch 8.2.3314: behavior of exists() in a :def function is unpredictable by Bram Moolenaar · 4 years ago
  62. 5671f3f patch 8.2.3299: Vim9: exists() does not handle much at compile time by Bram Moolenaar · 4 years ago
  63. bb7ee7a patch 8.2.3276: Vim9: exists() can only be evaluated at runtime by Bram Moolenaar · 4 years ago
  64. 1780f08 patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number by Bram Moolenaar · 4 years ago
  65. 78db17c patch 8.2.3258: error messages have the wrong text by Bram Moolenaar · 4 years ago
  66. 0732932 patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test by Bram Moolenaar · 4 years ago
  67. 7e6a2a6 patch 8.2.3232: system() does not work without a second argument by Yegappan Lakshmanan · 4 years ago
  68. f723701 patch 8.2.3230: Vim9: type error when function return type is not known yet by Bram Moolenaar · 4 years ago
  69. 4490ec4 patch 8.2.3229: Vim9: runtime and compile time type checks are not the same by Yegappan Lakshmanan · 4 years ago
  70. a764e73 patch 8.2.3221: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years ago
  71. 2ec28ae patch 8.2.3220: Test_term_setansicolors() fails in some configurations by Dominique Pelle · 4 years ago
  72. 5bca906 patch 8.2.3215: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  73. 7973de3 patch 8.2.3211: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  74. dd0b287 patch 8.2.3210: Vim9: searchpair() sixth argument is compiled by Bram Moolenaar · 4 years, 1 month ago
  75. 5a234eb patch 8.2.3207: Vim9: crash when compiling string fails by Bram Moolenaar · 4 years, 1 month ago
  76. 0ad871d patch 8.2.3206: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  77. 7a3fe3e patch 8.2.3200: Vim9: hard to guess where a type error is given by Bram Moolenaar · 4 years, 1 month ago
  78. cd91720 patch 8.2.3194: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  79. 83494b4 patch 8.2.3188: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  80. 98c2eae patch 8.2.3183: duplicate error numbers by Bram Moolenaar · 4 years, 1 month ago
  81. 885971e patch 8.2.3182: Vim9: crash when using removing items from a constant list by Bram Moolenaar · 4 years, 1 month ago
  82. 9ff9c7b patch 8.2.3181: Vim9: builtin function test fails without channel feature by Dominique Pelle · 4 years, 1 month ago
  83. a9a7c0c patch 8.2.3173: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  84. 20c370d patch 8.2.3172: MzScheme test fails by Bram Moolenaar · 4 years, 1 month ago
  85. 1a71d31 patch 8.2.3162: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  86. c816a2c patch 8.2.3161: Vim9: no error when reltime() has invalid arguments by Bram Moolenaar · 4 years, 1 month ago
  87. ee41052 patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolors by Dominique Pelle · 4 years, 1 month ago
  88. 841e498 patch 8.2.3154: Vim9: some type checks for builtin functions fail by Yegappan Lakshmanan · 4 years, 1 month ago
  89. c72bdd2 patch 8.2.3150: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  90. 5231224 patch 8.2.3148: Vim9: function arg type check does not handle base offset by Bram Moolenaar · 4 years, 1 month ago
  91. 0f1227f patch 8.2.3144: Vim9: no error when using an invalid value for a line number by Bram Moolenaar · 4 years, 1 month ago
  92. 1aeddeb patch 8.2.3142: Vim9: type check for has_key() argument is too strict by Bram Moolenaar · 4 years, 1 month ago
  93. 5b73992 patch 8.2.3135: Vim9: builtin function arguments not checked at compile time by Yegappan Lakshmanan · 4 years, 1 month ago
  94. 9da32e4 patch 8.2.3134: crash when using typename() on a function reference by Bram Moolenaar · 4 years, 1 month ago
  95. f055d45 patch 8.2.3128: Vim9: uninitialzed list does not get type checked by Bram Moolenaar · 4 years, 1 month ago
  96. f32f099 patch 8.2.3127: Vim9: no error when adding number to list of string by Bram Moolenaar · 4 years, 1 month ago
  97. d6fa7bd patch 8.2.3108: test for remote_foreground() fails by Bram Moolenaar · 4 years, 1 month ago
  98. 7450923 patch 8.2.3092: Vim9: builtin function test fails without +channel feature by Dominique Pelle · 4 years, 1 month ago
  99. a26f56f patch 8.2.3084: Vim9: builtin function argument types are not checked by Yegappan Lakshmanan · 4 years, 1 month ago
  100. 7237cab patch 8.2.3036: Vim9: builtin function arguments not checked at compile time by Yegappan Lakshmanan · 4 years, 2 months ago