1. dc5490e patch 8.2.4215: illegal memory access when copying lines in Visual mode by Bram Moolenaar · 4 years, 2 months ago
  2. 85b6747 patch 8.2.4214: illegal memory access with large 'tabstop' in Ex mode by Bram Moolenaar · 4 years, 2 months ago
  3. 1450112 patch 8.2.4212: window title test still fails in some configurations by Bram Moolenaar · 4 years, 2 months ago
  4. 3a8ad59 patch 8.2.4211: window title test still fails in some configurations by Bram Moolenaar · 4 years, 2 months ago
  5. a6c09a7 patch 8.2.4210: window title test fails in some configurations by Bram Moolenaar · 4 years, 2 months ago
  6. 3e93a2b patch 8.2.4209: partial in 'opfunc' cannot use an imported function by Bram Moolenaar · 4 years, 2 months ago
  7. dff97e6 patch 8.2.4208: using setbufvar() may change the window title by Bram Moolenaar · 4 years, 2 months ago
  8. fe6fb26 patch 8.2.4206: condition with many "(" causes a crash by Bram Moolenaar · 4 years, 2 months ago
  9. 7924a17 patch 8.2.4204: screenpos() has non-zero row for invisible text by Bram Moolenaar · 4 years, 2 months ago
  10. 502d8ae patch 8.2.4203: entering a character with CTRL-V may include modifiers by zeertzjq · 4 years, 3 months ago
  11. acc4b56 patch 8.2.4202: Vim9: cannot export function that exists globally by Bram Moolenaar · 4 years, 3 months ago
  12. 7e765a3 patch 8.2.4200: some tests do not clean up properly by Yegappan Lakshmanan · 4 years, 3 months ago
  13. 2a7aa83 patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest' by Bram Moolenaar · 4 years, 3 months ago
  14. 428058a patch 8.2.4196: various file types not recognized by =?UTF-8?q?Dundar=20G=C3=B6c?= · 4 years, 3 months ago
  15. f4e88f2 patch 8.2.4193: cannot use an import in 'charconvert' by Bram Moolenaar · 4 years, 3 months ago
  16. 7ef4a2f patch 8.2.4192: cannot use an import in 'printexpr' by Bram Moolenaar · 4 years, 3 months ago
  17. e15ebef patch 8.2.4191: json5 files are not recognized by =?UTF-8?q?Dundar=20G=C3=B6c?= · 4 years, 3 months ago
  18. 2069191 patch 8.2.4190: all conceal tests are skipped without the screendumps feature by zeertzjq · 4 years, 3 months ago
  19. bcfa11b patch 8.2.4188: not all gitconfig files are recognized by Tim Pope · 4 years, 3 months ago
  20. ff5cbe8 patch 8.2.4187: gnuplot file not recognized by nobodyatandnothing · 4 years, 3 months ago
  21. 36c2add patch 8.2.4186: cannot use an import in 'patchexpr' by Bram Moolenaar · 4 years, 3 months ago
  22. 28e60cc patch 8.2.4185: cannot use an import in 'indentexpr' by Bram Moolenaar · 4 years, 3 months ago
  23. 47bcc5f patch 8.2.4184: cannot use an import in 'includeexpr' by Bram Moolenaar · 4 years, 3 months ago
  24. 3ba685e patch 8.2.4183: cannot use an import in 'formatexpr' by Bram Moolenaar · 4 years, 3 months ago
  25. 7b29f6a patch 8.2.4181: Vim9: cannot use an import in 'diffexpr' by Bram Moolenaar · 4 years, 3 months ago
  26. 5600a70 patch 8.2.4180: 'balloonexpr' is evaluated in the current script context by Bram Moolenaar · 4 years, 3 months ago
  27. 9530b58 patch 8.2.4179: 'foldtext' is evaluated in the current script context by Bram Moolenaar · 4 years, 3 months ago
  28. b697dc2 patch 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear" by Bram Moolenaar · 4 years, 3 months ago
  29. 3d8e25a patch 8.2.4176: Vim9: cannot use imported function with call() by Bram Moolenaar · 4 years, 3 months ago
  30. 19e69a6 patch 8.2.4174: Vim9: can use an autoload name in normal script by Bram Moolenaar · 4 years, 3 months ago
  31. e70dd11 patch 8.2.4173: cannot use an import in 'foldexpr' by Bram Moolenaar · 4 years, 3 months ago
  32. 6517f14 patch 8.2.4172: filetype detection for BASIC is not optimal by Bram Moolenaar · 4 years, 3 months ago
  33. f0e7e63 patch 8.2.4171: cannot invoke option function using autoload import by Bram Moolenaar · 4 years, 3 months ago
  34. e6a4200 patch 8.2.4168: disallowing empty function name breaks existing plugins by Bram Moolenaar · 4 years, 3 months ago
  35. dd5893b patch 8.2.4167: Vim9: error message for old style import by Bram Moolenaar · 4 years, 3 months ago
  36. e615db0 patch 8.2.4166: undo synced when switching buffer in another window by Bram Moolenaar · 4 years, 3 months ago
  37. 2017d6f patch 8.2.4163: no error for omitting function name after autoload prefix by Bram Moolenaar · 4 years, 3 months ago
  38. 9c7cae6 patch 8.2.4162: Vim9: no error for redefining function with export by Bram Moolenaar · 4 years, 3 months ago
  39. 21f0d6c patch 8.2.4161: Vim9: warning for missing white space after imported variable by Bram Moolenaar · 4 years, 3 months ago
  40. 4ede01f patch 8.2.4160: cannot change the register used for Select mode delete by Shougo Matsushita · 4 years, 3 months ago
  41. ae1bd87 patch 8.2.4157: terminal test fails because Windows sets the title by ichizok · 4 years, 3 months ago
  42. 726f7f9 patch 8.2.4156: fileinfo message overwrites echo'ed message by Rob Pilling · 4 years, 3 months ago
  43. 05b2761 patch 8.2.4154: ml_get error when exchanging windows in Visual mode by Bram Moolenaar · 4 years, 3 months ago
  44. fc6cceb patch 8.2.4152: block insert with double wide character fails by Bram Moolenaar · 4 years, 3 months ago
  45. 57df9e8 patch 8.2.4151: reading beyond the end of a line by Bram Moolenaar · 4 years, 3 months ago
  46. ca34db3 patch 8.2.4149: test override not restored, autocommand left behind by Bram Moolenaar · 4 years, 3 months ago
  47. f61c89d patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail by Bram Moolenaar · 4 years, 3 months ago
  48. bed34f0 patch 8.2.4147: E464 does not always include the offending command by Bram Moolenaar · 4 years, 3 months ago
  49. 937610b patch 8.2.4145: confusing error when using name of import for a function by Bram Moolenaar · 4 years, 3 months ago
  50. 17dd519 patch 8.2.4141: Vim9 builtin functions test fails by Bram Moolenaar · 4 years, 3 months ago
  51. a9528b3 patch 8.2.4140: maparg() does not indicate the type of script by Bram Moolenaar · 4 years, 3 months ago
  52. 94075b2 patch 8.2.4139: using freed memory in expression abbreviation by Bram Moolenaar · 4 years, 3 months ago
  53. ef7aadb patch 8.2.4138: Vim9: no error for return with argument when invalid by Bram Moolenaar · 4 years, 3 months ago
  54. d02dce2 patch 8.2.4137: Vim9: calling import with and without method is inconsistent by Bram Moolenaar · 4 years, 3 months ago
  55. fd218c8 patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful by Bram Moolenaar · 4 years, 3 months ago
  56. 6079da7 patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script by Bram Moolenaar · 4 years, 3 months ago
  57. 840f162 patch 8.2.4133: output of ":scriptnames" goes into the message history by Bram Moolenaar · 4 years, 3 months ago
  58. 1836d61 patch 8.2.4132: Vim9: wrong error message when autoload script can't be found by Bram Moolenaar · 4 years, 3 months ago
  59. cbbc48f patch 8.2.4131: Vim9: calling function in autoload import does not work by Bram Moolenaar · 4 years, 3 months ago
  60. 64283d5 patch 8.2.4128: crash when method cannot be found by Bram Moolenaar · 4 years, 3 months ago
  61. 6389baa patch 8.2.4124: Vim9: method in compiled function may not see script item by Bram Moolenaar · 4 years, 3 months ago
  62. 15d1635 patch 8.2.4123: complete function cannot be import.Name by Bram Moolenaar · 4 years, 3 months ago
  63. 3f3597b patch 8.2.4122: ":command Cmd" does not show custom completion argument by Bram Moolenaar · 4 years, 3 months ago
  64. 262898a patch 8.2.4121: Visual test fails on MS-Windows by Bram Moolenaar · 4 years, 3 months ago
  65. 9f8c304 patch 8.2.4120: block insert goes over the end of the line by Bram Moolenaar · 4 years, 3 months ago
  66. 47036b6 patch 8.2.4117: Vim9: wrong white space error after using imported item by Bram Moolenaar · 4 years, 3 months ago
  67. c734993 patch 8.2.4116: Vim9: cannot use a method with a complex expression in :def by Bram Moolenaar · 4 years, 3 months ago
  68. c665dab patch 8.2.4115: cannot use a method with a complex expression by Bram Moolenaar · 4 years, 3 months ago
  69. c84287d patch 8.2.4114: Vim9: type checking for a funcref does not work for method by Bram Moolenaar · 4 years, 3 months ago
  70. dc98776 patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing command by Bram Moolenaar · 4 years, 3 months ago
  71. d9b74a2 patch 8.2.4112: function not deleted at end of test by Bram Moolenaar · 4 years, 3 months ago
  72. a972522 patch 8.2.4107: script context not restored after using <ScriptCmd> by Bram Moolenaar · 4 years, 3 months ago
  73. bfac409 patch 8.2.4104: Vim9: lower casing the autoload prefix causes problems by Bram Moolenaar · 4 years, 3 months ago
  74. 38ecd97 patch 8.2.4103: Vim9: variable declared in for loop not initialzed by Bram Moolenaar · 4 years, 3 months ago
  75. 857c8bb patch 8.2.4102: Vim9: import cannot be used after method by Bram Moolenaar · 4 years, 3 months ago
  76. 04b871d patch 8.2.4100: early return when getting the 'formatlistpat' value by Bram Moolenaar · 4 years, 3 months ago
  77. e32c3c4 patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping by Bram Moolenaar · 4 years, 3 months ago
  78. e3ce17a patch 8.2.4095: sed script not recognized by the first line by Bram Moolenaar · 4 years, 3 months ago
  79. c53b467 patch 8.2.4093: cached breakindent values not initialized properly by Christian Brabandt · 4 years, 3 months ago
  80. 0f11205 patch 8.2.4091: virtcol is recomputed for statusline unnecessarily by zeertzjq · 4 years, 3 months ago
  81. 26ebf1f patch 8.2.4090: after restoring a session buffer order can be quite different by Evgeni Chasnovski · 4 years, 3 months ago
  82. 7bfa6d6 patch 8.2.4089: terminal test for current directory fails on FreeBSD by Bram Moolenaar · 4 years, 3 months ago
  83. c0a1d37 patch 8.2.4088: xxd cannot output everything in one line by Erik Auerswald · 4 years, 3 months ago
  84. 3e4fa3d patch 8.2.4087: cannot test items from an autoload script easily by Bram Moolenaar · 4 years, 3 months ago
  85. c43e623 patch 8.2.4085: Vim9: no test for using import in legacy script by Bram Moolenaar · 4 years, 3 months ago
  86. 0e3e7ba patch 8.2.4083: Vim9: no test for "vim9script autoload' using script variable by Bram Moolenaar · 4 years, 3 months ago
  87. 3049fcf patch 8.2.4082: check for autoload file name and prefix fails by Bram Moolenaar · 4 years, 3 months ago
  88. 4050305 patch 8.2.4081: CodeQL reports problem in if_cscope causing it to fail by ichizok · 4 years, 3 months ago
  89. a00e622 patch 8.2.4080: not sufficient test coverage for xxd by Erik Auerswald · 4 years, 3 months ago
  90. ced2b38 patch 8.2.4078: terminal test for current directory not used on FreeBSD by Bram Moolenaar · 4 years, 3 months ago
  91. 8d9e470 patch 8.2.4077: not all Libsensors files are recognized by Bram Moolenaar · 4 years, 3 months ago
  92. de05bb2 patch 8.2.4074: going over the end of NameBuff by Bram Moolenaar · 4 years, 3 months ago
  93. d041f42 patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded by Bram Moolenaar · 4 years, 3 months ago
  94. 53c2961 patch 8.2.4071: Vim9: no detection of return in try/endtry by Bram Moolenaar · 4 years, 3 months ago
  95. f5d639a patch 8.2.4070: using uninitialized memory when reading empty file by Dominique Pelle · 4 years, 3 months ago
  96. 5d98269 patch 8.2.4069: Vim9: import test fails on MS-Windows by Bram Moolenaar · 4 years, 3 months ago
  97. f111cdf patch 8.2.4067: Vim9: cannot call imported function with :call by Bram Moolenaar · 4 years, 3 months ago
  98. 17d36cb patch 8.2.4066: Vim9: imported autoload script loaded again by Bram Moolenaar · 4 years, 3 months ago
  99. 3cf21b3 patch 8.2.4065: computation overflow with large cound for :yank by Bram Moolenaar · 4 years, 3 months ago
  100. 2284f6c patch 8.2.4064: foam files are not detected by Elwardi · 4 years, 3 months ago