1. 0d4d9ee patch 8.2.3270: prop_find() finds property with ID -2 by Bram Moolenaar · 4 years, 8 months ago
  2. f78da4f patch 8.2.3269: Vim9: wrong argument check for partial by Bram Moolenaar · 4 years, 8 months ago
  3. 73b8b0a patch 8.2.3268: cannot use a block with :autocmd like with :command by Bram Moolenaar · 4 years, 8 months ago
  4. 6db660b patch 8.2.3267: Vim9: crash when disassembling using deleted script variable by Bram Moolenaar · 4 years, 8 months ago
  5. e97976b patch 8.2.3266: Vim9: assignment with two indexes may check next line by Bram Moolenaar · 4 years, 8 months ago
  6. 78ba933 patch 8.2.3265: smartcase does not work correctly in very magic pattern by Christian Brabandt · 4 years, 8 months ago
  7. f24f51d patch 8.2.3264: Vim9: assign test fails by Bram Moolenaar · 4 years, 8 months ago
  8. f5d52c9 patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator by Bram Moolenaar · 4 years, 8 months ago
  9. 9e0ee59 patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined by Bram Moolenaar · 4 years, 8 months ago
  10. 1780f08 patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number by Bram Moolenaar · 4 years, 8 months ago
  11. 335c8c7 patch 8.2.3260: build failure with small features by Bram Moolenaar · 4 years, 8 months ago
  12. 620c959 patch 8.2.3259: when 'indentexpr' causes an error did_throw may hang by Bram Moolenaar · 4 years, 8 months ago
  13. 78db17c patch 8.2.3258: error messages have the wrong text by Bram Moolenaar · 4 years, 8 months ago
  14. 8e3fc13 patch 8.2.3257: calling prop_find() with -1 for ID gives errornous error by Bram Moolenaar · 4 years, 8 months ago
  15. bf634a0 patch 8.2.3256: executable test may fail on new Ubuntu system by Bram Moolenaar · 4 years, 8 months ago
  16. b9115da patch 8.2.3255: ci" finds following string but ci< and others don't by Connor Lane Smith · 4 years, 8 months ago
  17. 28d8421 patch 8.2.3254: win_gettype() does not recognize a quickfix window by Yegappan Lakshmanan · 4 years, 8 months ago
  18. 890ee4e patch 8.2.3253: channel test fails randomly by Bram Moolenaar · 4 years, 8 months ago
  19. 4a15504 patch 8.2.3252: duplicated code for adding buffer lines by Yegappan Lakshmanan · 4 years, 8 months ago
  20. 0f5575d patch 8.2.3251: listing builtin_gui as an available terminal is confusing by Bram Moolenaar · 4 years, 8 months ago
  21. 1790be6 patch 8.2.3250: MS-Windows: cannot build with libsodium by Christian Brabandt · 4 years, 8 months ago
  22. 60dc827 patch 8.2.3249: Vim9: error for re-imported function with default argument by Bram Moolenaar · 4 years, 8 months ago
  23. 921ba52 patch 8.2.3248: Vim9: error message for wrong input uses wrong line number by Bram Moolenaar · 4 years, 8 months ago
  24. 77ab4e2 patch 8.2.3247: using uninitialized memory when checking for crypt method by Bram Moolenaar · 4 years, 8 months ago
  25. 77111e2 patch 8.2.3246: memory use after free by Bram Moolenaar · 4 years, 8 months ago
  26. 131530a patch 8.2.3245: the crypt key may appear in a swap partition by Bram Moolenaar · 4 years, 8 months ago
  27. 41114a2 patch 8.2.3244: Lua 5.3 print() with a long string crashes by Yegappan Lakshmanan · 4 years, 8 months ago
  28. 83cd015 patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less useful by msoyka-of-wharton · 4 years, 8 months ago
  29. 0732932 patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test by Bram Moolenaar · 4 years, 8 months ago
  30. 6e850a6 patch 8.2.3241: Vim9: memory leak when function reports an error by Bram Moolenaar · 4 years, 8 months ago
  31. 2a4bd00 patch 8.2.3240: Lua print() does not work properly by Bram Moolenaar · 4 years, 8 months ago
  32. 81530e3 patch 8.2.3239: Vim9: no error using heredoc for a number variable by Bram Moolenaar · 4 years, 8 months ago
  33. d47c397 patch 8.2.3238: Vim9: error message does not indicate the location by Bram Moolenaar · 4 years, 8 months ago
  34. 53f7fcc Update runtime files by Bram Moolenaar · 4 years, 8 months ago
  35. 327d3ee patch 8.2.3237: when a builtin function gives an error processing continues by Bram Moolenaar · 4 years, 8 months ago
  36. eaf3f36 patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode by zeertzjq · 4 years, 8 months ago
  37. 6868634 patch 8.2.3235: cannot use lambda in {} block in user command by Bram Moolenaar · 4 years, 8 months ago
  38. 78e006b patch 8.2.3234: crash when printing long string with Lua by Bram Moolenaar · 4 years, 8 months ago
  39. e2390c7 patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer by Martin Tournoij · 4 years, 8 months ago
  40. 7e6a2a6 patch 8.2.3232: system() does not work without a second argument by Yegappan Lakshmanan · 4 years, 8 months ago
  41. 9088784 patch 8.2.3231: build failure with small features by Bram Moolenaar · 4 years, 8 months ago
  42. f723701 patch 8.2.3230: Vim9: type error when function return type is not known yet by Bram Moolenaar · 4 years, 8 months ago
  43. 4490ec4 patch 8.2.3229: Vim9: runtime and compile time type checks are not the same by Yegappan Lakshmanan · 4 years, 8 months ago
  44. 5d7c2df patch 8.2.3228: cannot use a simple block for the :command argument by Bram Moolenaar · 4 years, 8 months ago
  45. 53ba05b patch 8.2.3227: 'virtualedit' can only be set globally by Gary Johnson · 4 years, 8 months ago
  46. 29b8571 patch 8.2.3226: new digraph functions use old naming scheme by h-east · 4 years, 8 months ago
  47. ccb148a patch 8.2.3225: incsearch highlighting is attempted halfway a mapping by Bram Moolenaar · 4 years, 8 months ago
  48. 678b207 patch 8.2.3224: cannot call script-local function after :vim9cmd by Bram Moolenaar · 4 years, 8 months ago
  49. ff34bee patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails by Bram Moolenaar · 4 years, 8 months ago
  50. 3c77b6a patch 8.2.3222: Vim9: cannot used loop variable later as lambda argument by Bram Moolenaar · 4 years, 8 months ago
  51. a764e73 patch 8.2.3221: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 8 months ago
  52. 2ec28ae patch 8.2.3220: Test_term_setansicolors() fails in some configurations by Dominique Pelle · 4 years, 8 months ago
  53. 7a4ca32 patch 8.2.3219: :find searches non-existing directories by Christian Brabandt · 4 years, 8 months ago
  54. 8a4c812 patch 8.2.3218: when using xchaha20 crypt undo file is not removed by Christian Brabandt · 4 years, 8 months ago
  55. 3ed0d93 patch 8.2.3217: build failure by Bram Moolenaar · 4 years, 8 months ago
  56. 2eb6fc3 patch 8.2.3216: Vim9: crash when using variable in a loop at script level by Bram Moolenaar · 4 years, 8 months ago
  57. 5bca906 patch 8.2.3215: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  58. 7d60384 patch 8.2.3214: MS-Windows: passing /D does not set the install location by Christian Brabandt · 4 years, 9 months ago
  59. 9c9472f patch 8.2.3213: NOCOMPOUNDSUGS entry in spell file not tested by Dominique Pelle · 4 years, 9 months ago
  60. 5a9e584 patch 8.2.3212: Vim9: execution speed can be improved by Dominique Pelle · 4 years, 9 months ago
  61. 7973de3 patch 8.2.3211: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  62. dd0b287 patch 8.2.3210: Vim9: searchpair() sixth argument is compiled by Bram Moolenaar · 4 years, 9 months ago
  63. 88421d6 patch 8.2.3209: Vim9: lambda doesn't find block-local variable by Bram Moolenaar · 4 years, 9 months ago
  64. 1a3e574 patch 8.2.3208: dynamic library load error does not mention why it failed by Martin Tournoij · 4 years, 9 months ago
  65. 5a234eb patch 8.2.3207: Vim9: crash when compiling string fails by Bram Moolenaar · 4 years, 9 months ago
  66. 0ad871d patch 8.2.3206: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  67. 1b862c4 patch 8.2.3205: Coverity reports a null pointer dereference by Bram Moolenaar · 4 years, 9 months ago
  68. c9e7e34 patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap by Bram Moolenaar · 4 years, 9 months ago
  69. cd26801 patch 8.2.3203: Vim9: compiled string expression causes type error by Bram Moolenaar · 4 years, 9 months ago
  70. 5dd839c patch 8.2.3202: Vim9: tests are only executed for legacy script by Bram Moolenaar · 4 years, 9 months ago
  71. 2b59df0 patch 8.2.3201: crash in test by Bram Moolenaar · 4 years, 9 months ago
  72. 7a3fe3e patch 8.2.3200: Vim9: hard to guess where a type error is given by Bram Moolenaar · 4 years, 9 months ago
  73. a749019 patch 8.2.3199: Vim9: execution speed can be improved by Bram Moolenaar · 4 years, 9 months ago
  74. f674b35 patch 8.2.3198: cannot use 'formatlistpat' for breakindent by Maxim Kim · 4 years, 9 months ago
  75. d8e4447 patch 8.2.3197: error messages are spread out by Bram Moolenaar · 4 years, 9 months ago
  76. 05bd978 patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime by Bram Moolenaar · 4 years, 9 months ago
  77. c4c5642 patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda by Bram Moolenaar · 4 years, 9 months ago
  78. cd91720 patch 8.2.3194: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  79. 189663b patch 8.2.3193: screenpos() is wrong when 'display' is "lastline" by Bram Moolenaar · 4 years, 9 months ago
  80. 11d7e62 patch 8.2.3192: build failure with small version by Bram Moolenaar · 4 years, 9 months ago
  81. 63cb656 patch 8.2.3191: Vim9: not enough code is tested by Bram Moolenaar · 4 years, 9 months ago
  82. e29a27f patch 8.2.3190: error messages are spread out by Bram Moolenaar · 4 years, 9 months ago
  83. 9fa5dab patch 8.2.3189: Vim9: error when using "try|" by Bram Moolenaar · 4 years, 9 months ago
  84. 83494b4 patch 8.2.3188: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  85. 9bb0dad patch 8.2.3187: Vim9: popup timer callback is not compiled by Bram Moolenaar · 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. f648854 patch 8.2.3180: Vim9: memory leak when concatenating to an imported string by Bram Moolenaar · 4 years, 9 months ago
  93. 24e9316 patch 8.2.3179: Vim9: cannot assign to an imported variable at script level by Bram Moolenaar · 4 years, 9 months ago
  94. 4db572e patch 8.2.3178: Vim9: the file name of an :import cannot be an expression by Bram Moolenaar · 4 years, 9 months ago
  95. ad2d496 patch 8.2.3177: Vim9: can not use "for _ in expr" at script level by Bram Moolenaar · 4 years, 9 months ago
  96. 0c35752 patch 8.2.3176: Vim9: no type error for comparing number with string by Bram Moolenaar · 4 years, 9 months ago
  97. c6ba2f9 patch 8.2.3175: Vim9: using illegal pointer with nested lambdas. by Bram Moolenaar · 4 years, 9 months ago
  98. 47bc9c3 patch 8.2.3174: Vim9: "legacy undo" finds "undo" variable by Bram Moolenaar · 4 years, 9 months ago
  99. a9a7c0c patch 8.2.3173: Vim9: argument types are not checked at compile time by Yegappan Lakshmanan · 4 years, 9 months ago
  100. 20c370d patch 8.2.3172: MzScheme test fails by Bram Moolenaar · 4 years, 9 months ago