1. e525bdd patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped by Bram Moolenaar · 4 years, 8 months ago
  2. dae453f patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow by Bram Moolenaar · 4 years, 8 months ago
  3. 4270d8b patch 8.2.3310: Vim9: unpack assignment does not mention source of type error by Bram Moolenaar · 4 years, 8 months ago
  4. fbeefb1 patch 8.2.3309: Vim9: divide by zero causes a crash by Bram Moolenaar · 4 years, 8 months ago
  5. 6ce46b9 patch 8.2.3308: Vim9: no runtime check for argument type with varargs only by Bram Moolenaar · 4 years, 8 months ago
  6. 7de6262 patch 8.2.3307: Vim9: :echoconsole cannot access local variables by Bram Moolenaar · 4 years, 8 months ago
  7. 8493499 patch 8.2.3305: Vim9: :finally in skipped block not handled correctly by rbtnn · 4 years, 8 months ago
  8. c611941 patch 8.2.3304: popup window title with wide characters is truncated by rbtnn · 4 years, 8 months ago
  9. 11328bc patch 8.2.3300: Lua: can only execute on Vim command at a time by Yegappan Lakshmanan · 4 years, 8 months ago
  10. 5671f3f patch 8.2.3299: Vim9: exists() does not handle much at compile time by Bram Moolenaar · 4 years, 8 months ago
  11. 63b9173 patch 8.2.3297: cannot use all commands inside a {} block by Bram Moolenaar · 4 years, 8 months ago
  12. af647e7 patch 8.2.3296: Vim9: cannot add a number to a float by Bram Moolenaar · 4 years, 8 months ago
  13. 4f33bc2 patch 8.2.3295: 'cursorline' should not apply to 'breakindent' by zeertzjq · 4 years, 8 months ago
  14. 6a230c6 patch 8.2.3293: finding completions may cause an endless loop by Andy Gozas · 4 years, 8 months ago
  15. bc67e5a patch 8.2.3292: underscore in very magic pattern causes a hang by Christian Brabandt · 4 years, 8 months ago
  16. 4a01159 patch 8.2.3291: Coverity warns for not checking return value by Bram Moolenaar · 4 years, 8 months ago
  17. 9dc4bef patch 8.2.3288: cannot easily access namespace dictionaries from Lua by Yegappan Lakshmanan · 4 years, 8 months ago
  18. 5794223 patch 8.2.3287: channel events not handled in BufEnter autocommand by Bram Moolenaar · 4 years, 8 months ago
  19. dd097bd patch 8.2.3285: scdoc filetype is not recognized by Gregory Anders · 4 years, 8 months ago
  20. 80d7395 patch 8.2.3284: no error for insert() or remove() changing a locked blob by Sean Dewar · 4 years, 8 months ago
  21. 0eec851 patch 8.2.3283: Julia filetype is not recognized by Christian Clason · 4 years, 8 months ago
  22. 23e2e11 patch 8.2.3281: Vim9: TODO items in tests can be taken care of by Bram Moolenaar · 4 years, 8 months ago
  23. 51ad850 patch 8.2.3280: 'virtualedit' local to buffer is not the best solution by Gary Johnson · 4 years, 8 months ago
  24. 2c70711 patch 8.2.3279: Vim9: cannot use block in cmdline window by Bram Moolenaar · 4 years, 8 months ago
  25. 7bf9a07 patch 8.2.3278: Vim9: error when adding 1 to float by Bram Moolenaar · 4 years, 8 months ago
  26. bb7ee7a patch 8.2.3276: Vim9: exists() can only be evaluated at runtime by Bram Moolenaar · 4 years, 8 months ago
  27. e041dde patch 8.2.3272: cannot use id zero with prop_find() by Bram Moolenaar · 4 years, 8 months ago
  28. e4db17f patch 8.2.3271: Vim9: cannot use :command or :au with block in :def function by Bram Moolenaar · 4 years, 8 months ago
  29. f78da4f patch 8.2.3269: Vim9: wrong argument check for partial by Bram Moolenaar · 4 years, 9 months ago
  30. 73b8b0a patch 8.2.3268: cannot use a block with :autocmd like with :command by Bram Moolenaar · 4 years, 9 months ago
  31. 6db660b patch 8.2.3267: Vim9: crash when disassembling using deleted script variable by Bram Moolenaar · 4 years, 9 months ago
  32. e97976b patch 8.2.3266: Vim9: assignment with two indexes may check next line by Bram Moolenaar · 4 years, 9 months ago
  33. 78ba933 patch 8.2.3265: smartcase does not work correctly in very magic pattern by Christian Brabandt · 4 years, 9 months ago
  34. f5d52c9 patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator by Bram Moolenaar · 4 years, 9 months ago
  35. 1780f08 patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number by Bram Moolenaar · 4 years, 9 months ago
  36. 78db17c patch 8.2.3258: error messages have the wrong text by Bram Moolenaar · 4 years, 9 months ago
  37. 8e3fc13 patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error by Bram Moolenaar · 4 years, 9 months ago
  38. bf634a0 patch 8.2.3256: executable test may fail on new Ubuntu system by Bram Moolenaar · 4 years, 9 months ago
  39. b9115da patch 8.2.3255: ci" finds following string but ci< and others don't by Connor Lane Smith · 4 years, 9 months ago
  40. 28d8421 patch 8.2.3254: win_gettype() does not recognize a quickfix window by Yegappan Lakshmanan · 4 years, 9 months ago
  41. 890ee4e patch 8.2.3253: channel test fails randomly by Bram Moolenaar · 4 years, 9 months ago
  42. 0f5575d patch 8.2.3251: listing builtin_gui as an available terminal is confusing by Bram Moolenaar · 4 years, 9 months ago
  43. 60dc827 patch 8.2.3249: Vim9: error for re-imported function with default argument by Bram Moolenaar · 4 years, 9 months ago
  44. 921ba52 patch 8.2.3248: Vim9: error message for wrong input uses wrong line number by Bram Moolenaar · 4 years, 9 months ago
  45. 0732932 patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test by Bram Moolenaar · 4 years, 9 months ago
  46. 2a4bd00 patch 8.2.3240: Lua print() does not work properly by Bram Moolenaar · 4 years, 9 months ago
  47. 81530e3 patch 8.2.3239: Vim9: no error using heredoc for a number variable by Bram Moolenaar · 4 years, 9 months ago
  48. d47c397 patch 8.2.3238: Vim9: error message does not indicate the location by Bram Moolenaar · 4 years, 9 months ago
  49. 327d3ee patch 8.2.3237: when a builtin function gives an error processing continues by Bram Moolenaar · 4 years, 9 months ago
  50. eaf3f36 patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode by zeertzjq · 4 years, 9 months ago
  51. 6868634 patch 8.2.3235: cannot use lambda in {} block in user command by Bram Moolenaar · 4 years, 9 months ago
  52. 78e006b patch 8.2.3234: crash when printing long string with Lua by Bram Moolenaar · 4 years, 9 months ago
  53. e2390c7 patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer by Martin Tournoij · 4 years, 9 months ago
  54. 7e6a2a6 patch 8.2.3232: system() does not work without a second argument by Yegappan Lakshmanan · 4 years, 9 months ago
  55. f723701 patch 8.2.3230: Vim9: type error when function return type is not known yet by Bram Moolenaar · 4 years, 9 months ago
  56. 4490ec4 patch 8.2.3229: Vim9: runtime and compile time type checks are not the same by Yegappan Lakshmanan · 4 years, 9 months ago
  57. 5d7c2df patch 8.2.3228: cannot use a simple block for the :command argument by Bram Moolenaar · 4 years, 9 months ago
  58. 53ba05b patch 8.2.3227: 'virtualedit' can only be set globally by Gary Johnson · 4 years, 9 months ago
  59. 29b8571 patch 8.2.3226: new digraph functions use old naming scheme by h-east · 4 years, 9 months ago
  60. 678b207 patch 8.2.3224: cannot call script-local function after :vim9cmd by Bram Moolenaar · 4 years, 9 months ago
  61. ff34bee patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails by Bram Moolenaar · 4 years, 9 months ago
  62. 3c77b6a patch 8.2.3222: Vim9: cannot used loop variable later as lambda argument by Bram Moolenaar · 4 years, 9 months ago
  63. a764e73 patch 8.2.3221: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  64. 2ec28ae patch 8.2.3220: Test_term_setansicolors() fails in some configurations by Dominique Pelle · 4 years, 9 months ago
  65. 7a4ca32 patch 8.2.3219: :find searches non-existing directories by Christian Brabandt · 4 years, 9 months ago
  66. 8a4c812 patch 8.2.3218: when using xchaha20 crypt undo file is not removed by Christian Brabandt · 4 years, 9 months ago
  67. 2eb6fc3 patch 8.2.3216: Vim9: crash when using variable in a loop at script level by Bram Moolenaar · 4 years, 9 months ago
  68. 5bca906 patch 8.2.3215: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  69. 9c9472f patch 8.2.3213: NOCOMPOUNDSUGS entry in spell file not tested by Dominique Pelle · 4 years, 9 months ago
  70. 7973de3 patch 8.2.3211: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  71. dd0b287 patch 8.2.3210: Vim9: searchpair() sixth argument is compiled by Bram Moolenaar · 4 years, 9 months ago
  72. 88421d6 patch 8.2.3209: Vim9: lambda doesn't find block-local variable by Bram Moolenaar · 4 years, 9 months ago
  73. 5a234eb patch 8.2.3207: Vim9: crash when compiling string fails by Bram Moolenaar · 4 years, 9 months ago
  74. 0ad871d patch 8.2.3206: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  75. c9e7e34 patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap by Bram Moolenaar · 4 years, 9 months ago
  76. 5dd839c patch 8.2.3202: Vim9: tests are only executed for legacy script by Bram Moolenaar · 4 years, 9 months ago
  77. 7a3fe3e patch 8.2.3200: Vim9: hard to guess where a type error is given by Bram Moolenaar · 4 years, 9 months ago
  78. f674b35 patch 8.2.3198: cannot use 'formatlistpat' for breakindent by Maxim Kim · 4 years, 9 months ago
  79. 05bd978 patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime by Bram Moolenaar · 4 years, 9 months ago
  80. c4c5642 patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda by Bram Moolenaar · 4 years, 9 months ago
  81. cd91720 patch 8.2.3194: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  82. 189663b patch 8.2.3193: screenpos() is wrong when 'display' is "lastline" by Bram Moolenaar · 4 years, 9 months ago
  83. 63cb656 patch 8.2.3191: Vim9: not enough code is tested by Bram Moolenaar · 4 years, 9 months ago
  84. 9fa5dab patch 8.2.3189: Vim9: error when using "try|" by Bram Moolenaar · 4 years, 9 months ago
  85. 83494b4 patch 8.2.3188: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  86. 6057935 patch 8.2.3186: Vim9: not all failures for import tested by Bram Moolenaar · 4 years, 9 months ago
  87. ac2cd2b patch 8.2.3185: Vim9: start of inline function found in comment line by Bram Moolenaar · 4 years, 9 months ago
  88. 6106504 patch 8.2.3184: cannot add a digraph with a leading space by mityu · 4 years, 9 months ago
  89. 98c2eae patch 8.2.3183: duplicate error numbers by Bram Moolenaar · 4 years, 9 months ago
  90. 885971e patch 8.2.3182: Vim9: crash when using removing items from a constant list by Bram Moolenaar · 4 years, 9 months ago
  91. 9ff9c7b patch 8.2.3181: Vim9: builtin function test fails without channel feature by Dominique Pelle · 4 years, 9 months ago
  92. 24e9316 patch 8.2.3179: Vim9: cannot assign to an imported variable at script level by Bram Moolenaar · 4 years, 9 months ago
  93. 4db572e patch 8.2.3178: Vim9: the file name of an :import cannot be an expression by Bram Moolenaar · 4 years, 9 months ago
  94. ad2d496 patch 8.2.3177: Vim9: can not use "for _ in expr" at script level by Bram Moolenaar · 4 years, 9 months ago
  95. 0c35752 patch 8.2.3176: Vim9: no type error for comparing number with string by Bram Moolenaar · 4 years, 9 months ago
  96. c6ba2f9 patch 8.2.3175: Vim9: using illegal pointer with nested lambdas. by Bram Moolenaar · 4 years, 9 months ago
  97. 47bc9c3 patch 8.2.3174: Vim9: "legacy undo" finds "undo" variable by Bram Moolenaar · 4 years, 9 months ago
  98. a9a7c0c patch 8.2.3173: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  99. 20c370d patch 8.2.3172: MzScheme test fails by Bram Moolenaar · 4 years, 9 months ago
  100. 5245beb patch 8.2.3169: Vim9: cannot handle nested inline function by Bram Moolenaar · 4 years, 9 months ago