1. 1c99114 patch 8.2.1124: Vim9: no line break allowed in :import command by Bram Moolenaar · 6 years ago
  2. effb0cd patch 8.2.1123: Python 3 test is old style by Bram Moolenaar · 6 years ago
  3. 442af2f patch 8.2.1122: Vim9: line continuation in dict member not recognized by Bram Moolenaar · 6 years ago
  4. 743d062 patch 8.2.1121: command completion not working after ++arg by Bram Moolenaar · 6 years ago
  5. 92fdd1e patch 8.2.1120: Python code not tested properly by Bram Moolenaar · 6 years ago
  6. d2ef6b3 patch 8.2.1116: Vim9: parsing command checks for list twice by Bram Moolenaar · 6 years ago
  7. c19fd91 patch 8.2.1115: iminsert test fails when compiled with VIMDLL by Bram Moolenaar · 6 years ago
  8. 1112c0f patch 8.2.1114: terminal test sometimes times out by Bram Moolenaar · 6 years ago
  9. a0d072e patch 8.2.1113: no test for verbose output of :call by Bram Moolenaar · 6 years ago
  10. 5f19593 patch 8.2.1112: Vim9: no line continuation allowed in method call by Bram Moolenaar · 6 years ago
  11. e6b5324 patch 8.2.1110: Vim9: line continuation does not work in function arguments by Bram Moolenaar · 6 years ago
  12. d58d4f9 patch 8.2.1108: mouse left-right scroll is not supported in terminal window by Bram Moolenaar · 6 years ago
  13. ef8c617 patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI by Bram Moolenaar · 6 years ago
  14. 8e6cbb7 patch 8.2.1106: crash when trying to use s: variable in typed command by Bram Moolenaar · 6 years ago
  15. e49b8e8 patch 8.2.1105: insufficient test coverage for Lua by Bram Moolenaar · 6 years ago
  16. be7a50c patch 8.2.1101: no error when using wrong arguments for setqflist() by Bram Moolenaar · 6 years ago
  17. 47e880d patch 8.2.1100: Vim9: cannot use line break in :execute argument by Bram Moolenaar · 6 years ago
  18. 37c8371 patch 8.2.1099: Vim9: cannot use line break in :cexpr argument by Bram Moolenaar · 6 years ago
  19. 006ad48 patch 8.2.1098: Vim9: cannot use line break in :throw argument by Bram Moolenaar · 6 years ago
  20. de8f0f4 patch 8.2.1097: highlight code not sufficiently tested by Bram Moolenaar · 6 years ago
  21. f151ad1 patch 8.2.1096: Vim9: return type of getqflist() is wrong by Bram Moolenaar · 6 years ago
  22. fda20c4 patch 8.2.1083: crash when using reduce() on a NULL list by Bram Moolenaar · 6 years ago
  23. a1f9f86 patch 8.2.1081: Lua: cannot use table.insert() and table.remove() by Bram Moolenaar · 6 years ago
  24. b7a78f7 patch 8.2.1080: Vim9: no line break allowed in a for loop by Bram Moolenaar · 6 years ago
  25. d5053d0 patch 8.2.1079: Vim9: no line break allowed in a while loop by Bram Moolenaar · 6 years ago
  26. 75e1567 patch 8.2.1077: no enough test coverage for highlighting by Bram Moolenaar · 6 years ago
  27. faf8626 patch 8.2.1076: Vim9: no line break allowed in :if expression by Bram Moolenaar · 6 years ago
  28. 7e8967f patch 8.2.1075: Vim9: no line break allowed in :echo expression by Bram Moolenaar · 6 years ago
  29. 9215f01 patch 8.2.1074: Vim9: no line break allowed after some operators by Bram Moolenaar · 6 years ago
  30. 7a4981b patch 8.2.1073: Vim9: no line break allowed in () expression by Bram Moolenaar · 6 years ago
  31. e40fbc2 patch 8.2.1071: Vim9: no line break allowed inside a lambda by Bram Moolenaar · 6 years ago
  32. 8ea9390 patch 8.2.1068: Vim9: no line break allowed inside a dict by Bram Moolenaar · 6 years ago
  33. 0b1cd52 patch 8.2.1067: expression "!expr->func()" does not work by Bram Moolenaar · 6 years ago
  34. bd84617 patch 8.2.1066: Lua arrays are zero based by Bram Moolenaar · 6 years ago
  35. 7147820 patch 8.2.1065: Vim9: no line break allowed inside a list by Bram Moolenaar · 6 years ago
  36. e6536aa patch 8.2.1064: Vim9: no line break allowed before comperators by Bram Moolenaar · 6 years ago
  37. be7ee48 patch 8.2.1063: Vim9: no line break allowed before || or && by Bram Moolenaar · 6 years ago
  38. 793648f patch 8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2" by Bram Moolenaar · 6 years ago
  39. 5d3c9f8 patch 8.2.1061: insufficient testing for src/window.c by Bram Moolenaar · 6 years ago
  40. 5f36d5f patch 8.2.1060: not all elinks files are recognized by Bram Moolenaar · 6 years ago
  41. cf84417 patch 8.2.1059: crash when using :tabonly in an autocommand by Bram Moolenaar · 6 years ago
  42. fc838d6 patch 8.2.1058: multiline conceal causes display errors by Bram Moolenaar · 6 years ago
  43. 211dd3f patch 8.2.1056: wrong display when mixing match conceal and syntax conceal by Bram Moolenaar · 6 years ago
  44. 73b4465 patch 8.2.1055: no filetype set for pacman config files by Bram Moolenaar · 6 years ago
  45. 801ab06 patch 8.2.1054: not so easy to pass a lua function to Vim by Bram Moolenaar · 6 years ago
  46. 832adf9 patch 8.2.1053: insufficient testing for 'statusline' and 'tabline' by Bram Moolenaar · 6 years ago
  47. ca275a0 patch 8.2.1051: crash when changing a list while using reduce() on it by Bram Moolenaar · 6 years ago
  48. 5409f5d patch 8.2.1047: Vim9: script cannot use line continuation like :def function by Bram Moolenaar · 6 years ago
  49. b7e2483 patch 8.2.1046: insufficient tests for src/buffer.c by Bram Moolenaar · 6 years ago
  50. 67fbdfe patch 8.2.1045: Vim9: line break before operator does not work by Bram Moolenaar · 6 years ago
  51. ef6d86c patch 8.2.1044: not all systemd file types are recognized by Bram Moolenaar · 6 years ago
  52. 4014e2c patch 8.2.1043: %a item in 'statusline' not tested by Bram Moolenaar · 6 years ago
  53. df069ee patch 8.2.1042: Vim9: cannot put an operator on the next line by Bram Moolenaar · 6 years ago
  54. 7eaafe6 patch 8.2.1041: test summary is missing executed count by Bram Moolenaar · 6 years ago
  55. bdd2c29 patch 8.2.1040: not enough testing for movement commands by Bram Moolenaar · 6 years ago
  56. 25fd267 patch 8.2.1039: cannot put NUL byte on clipboard by Bram Moolenaar · 6 years ago
  57. b2b218d patch 8.2.1038: popupwin test fails by Bram Moolenaar · 6 years ago
  58. acd4c5e patch 8.2.1037: Vim9: crash when using line continuation inside :def by Bram Moolenaar · 6 years ago
  59. 373c651 patch 8.2.1036: popupwin test fails sometimes by Bram Moolenaar · 6 years ago
  60. 7633fe5 patch 8.2.1035: setreg() does not always clear the register by Bram Moolenaar · 6 years ago
  61. 8d94379 patch 8.2.1033: not easy to read the test time in the test output by Bram Moolenaar · 6 years ago
  62. 23c5527 patch 8.2.1029: Vim9: cannot chain function calls with -> at line start by Bram Moolenaar · 6 years ago
  63. e55b1c0 patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable by Bram Moolenaar · 6 years ago
  64. a3b7fdc patch 8.2.1026: Vim9: cannot break the line after "->" by Bram Moolenaar · 6 years ago
  65. 8c524f7 patch 8.2.1025: tabpage menu and tabline not sufficiently tested by Bram Moolenaar · 6 years ago
  66. 6797966 patch 8.2.1024: Vim9: no error for using "let g:var = val" by Bram Moolenaar · 6 years ago
  67. 845e0ee patch 8.2.1022: various parts of code not covered by tests by Bram Moolenaar · 6 years ago
  68. a190548 patch 8.2.1021: Ruby interface not tested enough by Bram Moolenaar · 6 years ago
  69. b326edf patch 8.2.1020: popupwin test fails in the GUI by Bram Moolenaar · 6 years ago
  70. 20298ce patch 8.2.1015: popup filter gets key with modifier prepended by Bram Moolenaar · 6 years ago
  71. ec9b017 patch 8.2.1013: channel tests can be a bit flaky by Bram Moolenaar · 6 years ago
  72. 3b74b6b patch 8.2.1012: Vim9: cannot declare single character script variables by Bram Moolenaar · 6 years ago
  73. c785b9a patch 8.2.1011: Vim9: some code not tested by Bram Moolenaar · 6 years ago
  74. c5b1c20 patch 8.2.1009: Vim9: some failures not checked for by Bram Moolenaar · 6 years ago
  75. 0779fab patch 8.2.1008: Vim9: no test for disassambling newly added instructions by Bram Moolenaar · 6 years ago
  76. c8cb883 patch 8.2.1007: completion doesn't work after ":r ++arg !" by Bram Moolenaar · 6 years ago
  77. efd8855 patch 8.2.1006: Vim9: require unnecessary return statement by Bram Moolenaar · 6 years ago
  78. 511feec patch 8.2.1004: line numbers below filler lines not always updated by Bram Moolenaar · 6 years ago
  79. 865af6b patch 8.2.1003: Vim9: return type of sort() is too generic by Bram Moolenaar · 6 years ago
  80. ceb2e77 patch 8.2.1002: test may fail when run directly by Bram Moolenaar · 6 years ago
  81. 72abcf4 patch 8.2.1001: Vim9: crash with nested "if" and assignment by Bram Moolenaar · 6 years ago
  82. 158ea17 patch 8.2.1000: get error when leaving Ex mode with :visual by Bram Moolenaar · 6 years ago
  83. 2f03e5a patch 8.2.0999: moving to next sentence gets stuck on quote by Bram Moolenaar · 6 years ago
  84. 3d9207a patch 8.2.0998: not all tag code is tested by Bram Moolenaar · 6 years ago
  85. 856c111 patch 8.2.0997: cannot execute a register containing line continuation by Bram Moolenaar · 6 years ago
  86. 40a019f patch 8.2.0996: using "aucmdwin" in win_gettype() is not ideal by Bram Moolenaar · 6 years ago
  87. e17f881 patch 8.2.0995: insufficient testing for the readdir() sort option by Bram Moolenaar · 6 years ago
  88. 9bb3eb3 patch 8.2.0994: Vim9: missing function causes compilation error by Bram Moolenaar · 6 years ago
  89. f7d267e patch 8.2.0993: Vim9 script test fails with normal features by Bram Moolenaar · 6 years ago
  90. 101f481 patch 8.2.0992: Vim9: crash when using :import in the Vim command by Bram Moolenaar · 6 years ago
  91. 0fe937f patch 8.2.0991: cannot get window type for autocmd and preview window by Bram Moolenaar · 6 years ago
  92. a1bc6f1 patch 8.2.0990: Using duplicate error number by Bram Moolenaar · 6 years ago
  93. 84cf6bd patch 8.2.0988: getting directory contents is always case sorted by Bram Moolenaar · 6 years ago
  94. 9af7876 patch 8.2.0987: Vim9: cannot assign to [var; var] by Bram Moolenaar · 6 years ago
  95. c70222d patch 8.2.0986: MS-Windows: functions test fails by Bram Moolenaar · 6 years ago
  96. fdcbe3c patch 8.2.0985: simplify() does not remove slashes from "///path" by Bram Moolenaar · 6 years ago
  97. ab176ce patch 8.2.0984: not using previous window when closing a shell popup window by Bram Moolenaar · 6 years ago
  98. ad72350 patch 8.2.0983: SConstruct file type not recognized by Bram Moolenaar · 6 years ago
  99. b340bae patch 8.2.0982: insufficient testing for reading/writing files by Bram Moolenaar · 6 years ago
  100. 47a519a patch 8.2.0981: Vim9: cannot compile "[var, var] = list" by Bram Moolenaar · 6 years ago