1. ab58946 patch 8.2.1146: not enough testing for Python by Bram Moolenaar · 6 years ago
  2. 0ad3e89 patch 8.2.1145: Vim9: "for" only accepts a list at compile time by Bram Moolenaar · 6 years ago
  3. 6762735 patch 8.2.1144: Vim9: return type of reverse() is any by Bram Moolenaar · 6 years ago
  4. ad7c249 patch 8.2.1143: Vim9: return type of remove() is any by Bram Moolenaar · 6 years ago
  5. 252e88a patch 8.2.1142: Vim9: return type of insert() is any by Bram Moolenaar · 6 years ago
  6. 0d94ad6 patch 8.2.1141: Vim9: return type of filter() is any by Bram Moolenaar · 6 years ago
  7. b3c019c patch 8.2.1140: Vim9: return type of extend() is any by Bram Moolenaar · 6 years ago
  8. 8f510af patch 8.2.1139: Vim9: test for silent echo fails in some environments by Bram Moolenaar · 6 years ago
  9. a66ba01 patch 8.2.1138: Vim9: return type of copy() and deepcopy() is any by Bram Moolenaar · 6 years ago
  10. 47e7d70 patch 8.2.1137: Vim9: modifiers not cleared after compiling function by Bram Moolenaar · 6 years ago
  11. 846178a patch 8.2.1136: Vim9: return type of argv() is always any by Bram Moolenaar · 6 years ago
  12. 50788ef patch 8.2.1135: Vim9: getting a dict member may not work by Bram Moolenaar · 6 years ago
  13. 435d897 patch 8.2.1134: Vim9: getting a list member may not work by Bram Moolenaar · 6 years ago
  14. fce82b3 patch 8.2.1133: Vim9: return type of add() is not specific enough by Bram Moolenaar · 6 years ago
  15. 9978d47 patch 8.2.1132: Vim9: return type of repeat() is not specific enough by Bram Moolenaar · 6 years ago
  16. 05a5551 patch 8.2.1131: Vim9: error message for returning a value is not clear by Bram Moolenaar · 6 years ago
  17. 788123c patch 8.2.1130: Vim9: bar not recognized after function call by Bram Moolenaar · 6 years ago
  18. e9f262b patch 8.2.1129: Vim9: bar not recognized after not compiled command by Bram Moolenaar · 6 years ago
  19. 3f40ce7 patch 8.2.1128: the write message mentions characters, but it's bytes by Bram Moolenaar · 6 years ago
  20. fb9d5c5 patch 8.2.1127: Vim9: getting a dict member may not work by Bram Moolenaar · 6 years ago
  21. eeb27bf patch 8.2.1126: Vim9: using :copen causes an error by Bram Moolenaar · 6 years ago
  22. 1c99114 patch 8.2.1124: Vim9: no line break allowed in :import command by Bram Moolenaar · 6 years ago
  23. effb0cd patch 8.2.1123: Python 3 test is old style by Bram Moolenaar · 6 years ago
  24. 442af2f patch 8.2.1122: Vim9: line continuation in dict member not recognized by Bram Moolenaar · 6 years ago
  25. 743d062 patch 8.2.1121: command completion not working after ++arg by Bram Moolenaar · 6 years ago
  26. 92fdd1e patch 8.2.1120: Python code not tested properly by Bram Moolenaar · 6 years ago
  27. d2ef6b3 patch 8.2.1116: Vim9: parsing command checks for list twice by Bram Moolenaar · 6 years ago
  28. c19fd91 patch 8.2.1115: iminsert test fails when compiled with VIMDLL by Bram Moolenaar · 6 years ago
  29. 1112c0f patch 8.2.1114: terminal test sometimes times out by Bram Moolenaar · 6 years ago
  30. a0d072e patch 8.2.1113: no test for verbose output of :call by Bram Moolenaar · 6 years ago
  31. 5f19593 patch 8.2.1112: Vim9: no line continuation allowed in method call by Bram Moolenaar · 6 years ago
  32. e6b5324 patch 8.2.1110: Vim9: line continuation does not work in function arguments by Bram Moolenaar · 6 years ago
  33. d58d4f9 patch 8.2.1108: mouse left-right scroll is not supported in terminal window by Bram Moolenaar · 6 years ago
  34. ef8c617 patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI by Bram Moolenaar · 6 years ago
  35. 8e6cbb7 patch 8.2.1106: crash when trying to use s: variable in typed command by Bram Moolenaar · 6 years ago
  36. e49b8e8 patch 8.2.1105: insufficient test coverage for Lua by Bram Moolenaar · 6 years ago
  37. be7a50c patch 8.2.1101: no error when using wrong arguments for setqflist() by Bram Moolenaar · 6 years ago
  38. 47e880d patch 8.2.1100: Vim9: cannot use line break in :execute argument by Bram Moolenaar · 6 years ago
  39. 37c8371 patch 8.2.1099: Vim9: cannot use line break in :cexpr argument by Bram Moolenaar · 6 years ago
  40. 006ad48 patch 8.2.1098: Vim9: cannot use line break in :throw argument by Bram Moolenaar · 6 years ago
  41. de8f0f4 patch 8.2.1097: highlight code not sufficiently tested by Bram Moolenaar · 6 years ago
  42. f151ad1 patch 8.2.1096: Vim9: return type of getqflist() is wrong by Bram Moolenaar · 6 years ago
  43. fda20c4 patch 8.2.1083: crash when using reduce() on a NULL list by Bram Moolenaar · 6 years ago
  44. a1f9f86 patch 8.2.1081: Lua: cannot use table.insert() and table.remove() by Bram Moolenaar · 6 years ago
  45. b7a78f7 patch 8.2.1080: Vim9: no line break allowed in a for loop by Bram Moolenaar · 6 years ago
  46. d5053d0 patch 8.2.1079: Vim9: no line break allowed in a while loop by Bram Moolenaar · 6 years ago
  47. 75e1567 patch 8.2.1077: no enough test coverage for highlighting by Bram Moolenaar · 6 years ago
  48. faf8626 patch 8.2.1076: Vim9: no line break allowed in :if expression by Bram Moolenaar · 6 years ago
  49. 7e8967f patch 8.2.1075: Vim9: no line break allowed in :echo expression by Bram Moolenaar · 6 years ago
  50. 9215f01 patch 8.2.1074: Vim9: no line break allowed after some operators by Bram Moolenaar · 6 years ago
  51. 7a4981b patch 8.2.1073: Vim9: no line break allowed in () expression by Bram Moolenaar · 6 years ago
  52. e40fbc2 patch 8.2.1071: Vim9: no line break allowed inside a lambda by Bram Moolenaar · 6 years ago
  53. 8ea9390 patch 8.2.1068: Vim9: no line break allowed inside a dict by Bram Moolenaar · 6 years ago
  54. 0b1cd52 patch 8.2.1067: expression "!expr->func()" does not work by Bram Moolenaar · 6 years ago
  55. bd84617 patch 8.2.1066: Lua arrays are zero based by Bram Moolenaar · 6 years ago
  56. 7147820 patch 8.2.1065: Vim9: no line break allowed inside a list by Bram Moolenaar · 6 years ago
  57. e6536aa patch 8.2.1064: Vim9: no line break allowed before comperators by Bram Moolenaar · 6 years ago
  58. be7ee48 patch 8.2.1063: Vim9: no line break allowed before || or && by Bram Moolenaar · 6 years ago
  59. 793648f patch 8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2" by Bram Moolenaar · 6 years ago
  60. 5d3c9f8 patch 8.2.1061: insufficient testing for src/window.c by Bram Moolenaar · 6 years ago
  61. 5f36d5f patch 8.2.1060: not all elinks files are recognized by Bram Moolenaar · 6 years ago
  62. cf84417 patch 8.2.1059: crash when using :tabonly in an autocommand by Bram Moolenaar · 6 years ago
  63. fc838d6 patch 8.2.1058: multiline conceal causes display errors by Bram Moolenaar · 6 years ago
  64. 211dd3f patch 8.2.1056: wrong display when mixing match conceal and syntax conceal by Bram Moolenaar · 6 years ago
  65. 73b4465 patch 8.2.1055: no filetype set for pacman config files by Bram Moolenaar · 6 years ago
  66. 801ab06 patch 8.2.1054: not so easy to pass a lua function to Vim by Bram Moolenaar · 6 years ago
  67. 832adf9 patch 8.2.1053: insufficient testing for 'statusline' and 'tabline' by Bram Moolenaar · 6 years ago
  68. ca275a0 patch 8.2.1051: crash when changing a list while using reduce() on it by Bram Moolenaar · 6 years ago
  69. 5409f5d patch 8.2.1047: Vim9: script cannot use line continuation like :def function by Bram Moolenaar · 6 years ago
  70. b7e2483 patch 8.2.1046: insufficient tests for src/buffer.c by Bram Moolenaar · 6 years ago
  71. 67fbdfe patch 8.2.1045: Vim9: line break before operator does not work by Bram Moolenaar · 6 years ago
  72. ef6d86c patch 8.2.1044: not all systemd file types are recognized by Bram Moolenaar · 6 years ago
  73. 4014e2c patch 8.2.1043: %a item in 'statusline' not tested by Bram Moolenaar · 6 years ago
  74. df069ee patch 8.2.1042: Vim9: cannot put an operator on the next line by Bram Moolenaar · 6 years ago
  75. 7eaafe6 patch 8.2.1041: test summary is missing executed count by Bram Moolenaar · 6 years ago
  76. bdd2c29 patch 8.2.1040: not enough testing for movement commands by Bram Moolenaar · 6 years ago
  77. 25fd267 patch 8.2.1039: cannot put NUL byte on clipboard by Bram Moolenaar · 6 years ago
  78. b2b218d patch 8.2.1038: popupwin test fails by Bram Moolenaar · 6 years ago
  79. acd4c5e patch 8.2.1037: Vim9: crash when using line continuation inside :def by Bram Moolenaar · 6 years ago
  80. 373c651 patch 8.2.1036: popupwin test fails sometimes by Bram Moolenaar · 6 years ago
  81. 7633fe5 patch 8.2.1035: setreg() does not always clear the register by Bram Moolenaar · 6 years ago
  82. 8d94379 patch 8.2.1033: not easy to read the test time in the test output by Bram Moolenaar · 6 years ago
  83. 23c5527 patch 8.2.1029: Vim9: cannot chain function calls with -> at line start by Bram Moolenaar · 6 years ago
  84. e55b1c0 patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable by Bram Moolenaar · 6 years ago
  85. a3b7fdc patch 8.2.1026: Vim9: cannot break the line after "->" by Bram Moolenaar · 6 years ago
  86. 8c524f7 patch 8.2.1025: tabpage menu and tabline not sufficiently tested by Bram Moolenaar · 6 years ago
  87. 6797966 patch 8.2.1024: Vim9: no error for using "let g:var = val" by Bram Moolenaar · 6 years ago
  88. 845e0ee patch 8.2.1022: various parts of code not covered by tests by Bram Moolenaar · 6 years ago
  89. a190548 patch 8.2.1021: Ruby interface not tested enough by Bram Moolenaar · 6 years ago
  90. b326edf patch 8.2.1020: popupwin test fails in the GUI by Bram Moolenaar · 6 years ago
  91. 20298ce patch 8.2.1015: popup filter gets key with modifier prepended by Bram Moolenaar · 6 years ago
  92. ec9b017 patch 8.2.1013: channel tests can be a bit flaky by Bram Moolenaar · 6 years ago
  93. 3b74b6b patch 8.2.1012: Vim9: cannot declare single character script variables by Bram Moolenaar · 6 years ago
  94. c785b9a patch 8.2.1011: Vim9: some code not tested by Bram Moolenaar · 6 years ago
  95. c5b1c20 patch 8.2.1009: Vim9: some failures not checked for by Bram Moolenaar · 6 years ago
  96. 0779fab patch 8.2.1008: Vim9: no test for disassambling newly added instructions by Bram Moolenaar · 6 years ago
  97. c8cb883 patch 8.2.1007: completion doesn't work after ":r ++arg !" by Bram Moolenaar · 6 years ago
  98. efd8855 patch 8.2.1006: Vim9: require unnecessary return statement by Bram Moolenaar · 6 years ago
  99. 511feec patch 8.2.1004: line numbers below filler lines not always updated by Bram Moolenaar · 6 years ago
  100. 865af6b patch 8.2.1003: Vim9: return type of sort() is too generic by Bram Moolenaar · 6 years ago