1. e70dd11 patch 8.2.4173: cannot use an import in 'foldexpr' by Bram Moolenaar · 4 years, 3 months ago
  2. 6517f14 patch 8.2.4172: filetype detection for BASIC is not optimal by Bram Moolenaar · 4 years, 3 months ago
  3. f0e7e63 patch 8.2.4171: cannot invoke option function using autoload import by Bram Moolenaar · 4 years, 3 months ago
  4. b7057bd patch 8.2.4170: MS-Windows: still using old message API calls by K.Takata · 4 years, 3 months ago
  5. 45f9cfb patch 8.2.4169: MS-Windows: unnessary casts and other minor things by K.Takata · 4 years, 3 months ago
  6. e6a4200 patch 8.2.4168: disallowing empty function name breaks existing plugins by Bram Moolenaar · 4 years, 3 months ago
  7. dd5893b patch 8.2.4167: Vim9: error message for old style import by Bram Moolenaar · 4 years, 3 months ago
  8. e615db0 patch 8.2.4166: undo synced when switching buffer in another window by Bram Moolenaar · 4 years, 3 months ago
  9. 05386ca patch 8.2.4165: the nv_g_cmd() function is too long by Yegappan Lakshmanan · 4 years, 3 months ago
  10. 6f0ddbf patch 8.2.4164: error in legacy code for function shadowing variable by Bram Moolenaar · 4 years, 3 months ago
  11. 2017d6f patch 8.2.4163: no error for omitting function name after autoload prefix by Bram Moolenaar · 4 years, 3 months ago
  12. 9c7cae6 patch 8.2.4162: Vim9: no error for redefining function with export by Bram Moolenaar · 4 years, 3 months ago
  13. 21f0d6c patch 8.2.4161: Vim9: warning for missing white space after imported variable by Bram Moolenaar · 4 years, 3 months ago
  14. 4ede01f patch 8.2.4160: cannot change the register used for Select mode delete by Shougo Matsushita · 4 years, 3 months ago
  15. 92000e2 patch 8.2.4159: MS-Windows: _WndProc() is very long by K.Takata · 4 years, 3 months ago
  16. 14b8d6a patch 8.2.4158: MS-Windows: memory leak in :browse by K.Takata · 4 years, 3 months ago
  17. ae1bd87 patch 8.2.4157: terminal test fails because Windows sets the title by ichizok · 4 years, 3 months ago
  18. 726f7f9 patch 8.2.4156: fileinfo message overwrites echo'ed message by Rob Pilling · 4 years, 3 months ago
  19. 7e93577 patch 8.2.4155: translating strftime() argument results in check error by Bram Moolenaar · 4 years, 3 months ago
  20. 05b2761 patch 8.2.4154: ml_get error when exchanging windows in Visual mode by Bram Moolenaar · 4 years, 3 months ago
  21. 4ac893f patch 8.2.4153: MS-Windows: Global IME is no longer supported by K.Takata · 4 years, 3 months ago
  22. fc6cceb patch 8.2.4152: block insert with double wide character fails by Bram Moolenaar · 4 years, 3 months ago
  23. 57df9e8 patch 8.2.4151: reading beyond the end of a line by Bram Moolenaar · 4 years, 3 months ago
  24. 8aa0e6c patch 8.2.4150: Coverity warns for using pointer after free by Bram Moolenaar · 4 years, 3 months ago
  25. ca34db3 patch 8.2.4149: test override not restored, autocommand left behind by Bram Moolenaar · 4 years, 3 months ago
  26. f61c89d patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail by Bram Moolenaar · 4 years, 3 months ago
  27. bed34f0 patch 8.2.4147: E464 does not always include the offending command by Bram Moolenaar · 4 years, 3 months ago
  28. f67c717 patch 8.2.4146: Vim9: shadowed function can be used in compiled function by Bram Moolenaar · 4 years, 3 months ago
  29. 937610b patch 8.2.4145: confusing error when using name of import for a function by Bram Moolenaar · 4 years, 3 months ago
  30. 1a8825d patch 8.2.4144: cannot load libsodium dynamically by K.Takata · 4 years, 3 months ago
  31. b0b2b73 patch 8.2.4143: MS-Windows: IME support for Win9x is obsolete by K.Takata · 4 years, 3 months ago
  32. b4868ed patch 8.2.4142: build failure with normal features without persistent undo by Bram Moolenaar · 4 years, 3 months ago
  33. 17dd519 patch 8.2.4141: Vim9 builtin functions test fails by Bram Moolenaar · 4 years, 3 months ago
  34. a9528b3 patch 8.2.4140: maparg() does not indicate the type of script by Bram Moolenaar · 4 years, 3 months ago
  35. 94075b2 patch 8.2.4139: using freed memory in expression abbreviation by Bram Moolenaar · 4 years, 3 months ago
  36. ef7aadb patch 8.2.4138: Vim9: no error for return with argument when invalid by Bram Moolenaar · 4 years, 3 months ago
  37. d02dce2 patch 8.2.4137: Vim9: calling import with and without method is inconsistent by Bram Moolenaar · 4 years, 3 months ago
  38. fd218c8 patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful by Bram Moolenaar · 4 years, 3 months ago
  39. 6079da7 patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script by Bram Moolenaar · 4 years, 3 months ago
  40. 113b8dc patch 8.2.4134: MS-Windows: test for import with absolute path fails by Bram Moolenaar · 4 years, 3 months ago
  41. 840f162 patch 8.2.4133: output of ":scriptnames" goes into the message history by Bram Moolenaar · 4 years, 3 months ago
  42. 1836d61 patch 8.2.4132: Vim9: wrong error message when autoload script can't be found by Bram Moolenaar · 4 years, 3 months ago
  43. cbbc48f patch 8.2.4131: Vim9: calling function in autoload import does not work by Bram Moolenaar · 4 years, 3 months ago
  44. 31dcc8d patch 8.2.4130: MS-Windows: MSVC build may have libraries duplicated by K.Takata · 4 years, 3 months ago
  45. 1247126 patch 8.2.4129: building with +sound but without +eval fails by Bram Moolenaar · 4 years, 3 months ago
  46. 64283d5 patch 8.2.4128: crash when method cannot be found by Bram Moolenaar · 4 years, 3 months ago
  47. 78f6032 patch 8.2.4127: build failure without the +eval feature by Bram Moolenaar · 4 years, 3 months ago
  48. afa76e1 patch 8.2.4126: crash on exit when built with dynamic Tcl by Bram Moolenaar · 4 years, 3 months ago
  49. b3d9cee patch 8.2.4125: completion tests fail by Bram Moolenaar · 4 years, 3 months ago
  50. 6389baa patch 8.2.4124: Vim9: method in compiled function may not see script item by Bram Moolenaar · 4 years, 3 months ago
  51. 15d1635 patch 8.2.4123: complete function cannot be import.Name by Bram Moolenaar · 4 years, 3 months ago
  52. 3f3597b patch 8.2.4122: ":command Cmd" does not show custom completion argument by Bram Moolenaar · 4 years, 3 months ago
  53. 262898a patch 8.2.4121: Visual test fails on MS-Windows by Bram Moolenaar · 4 years, 3 months ago
  54. 9f8c304 patch 8.2.4120: block insert goes over the end of the line by Bram Moolenaar · 4 years, 3 months ago
  55. e8741a7 patch 8.2.4119: build failure when disabling the channel feature by Dominique Pelle · 4 years, 3 months ago
  56. 0023f82 patch 8.2.4118: using UNUSED for argument that is used by Bram Moolenaar · 4 years, 3 months ago
  57. 47036b6 patch 8.2.4117: Vim9: wrong white space error after using imported item by Bram Moolenaar · 4 years, 3 months ago
  58. c734993 patch 8.2.4116: Vim9: cannot use a method with a complex expression in :def by Bram Moolenaar · 4 years, 3 months ago
  59. c665dab patch 8.2.4115: cannot use a method with a complex expression by Bram Moolenaar · 4 years, 3 months ago
  60. c84287d patch 8.2.4114: Vim9: type checking for a funcref does not work for method by Bram Moolenaar · 4 years, 3 months ago
  61. dc98776 patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing command by Bram Moolenaar · 4 years, 3 months ago
  62. d9b74a2 patch 8.2.4112: function not deleted at end of test by Bram Moolenaar · 4 years, 3 months ago
  63. d648c01 patch 8.2.4111: potential proglem when map is deleted while executing by Bram Moolenaar · 4 years, 3 months ago
  64. 8f99569 patch 8.2.4110: Coverity warns for using NULL pointer by Bram Moolenaar · 4 years, 3 months ago
  65. fd31be2 Update runtime files by Bram Moolenaar · 4 years, 3 months ago
  66. c81e9bf patch 8.2.4109: MS-Windows: high dpi support is outdated by K.Takata · 4 years, 3 months ago
  67. f6ebc82 patch 8.2.4108: going over the end of the w_lines array by Bram Moolenaar · 4 years, 3 months ago
  68. a972522 patch 8.2.4107: script context not restored after using <ScriptCmd> by Bram Moolenaar · 4 years, 3 months ago
  69. fa1a457 patch 8.2.4106: going over the end of the w_lines array by Bram Moolenaar · 4 years, 3 months ago
  70. b5988e3 patch 8.2.4105: translation related comment in the wrong place by K.Takata · 4 years, 3 months ago
  71. bfac409 patch 8.2.4104: Vim9: lower casing the autoload prefix causes problems by Bram Moolenaar · 4 years, 3 months ago
  72. 38ecd97 patch 8.2.4103: Vim9: variable declared in for loop not initialzed by Bram Moolenaar · 4 years, 3 months ago
  73. 857c8bb patch 8.2.4102: Vim9: import cannot be used after method by Bram Moolenaar · 4 years, 3 months ago
  74. d4e2f50 patch 8.2.4101: warning for unused argument in tiny version by Bram Moolenaar · 4 years, 3 months ago
  75. 04b871d patch 8.2.4100: early return when getting the 'formatlistpat' value by Bram Moolenaar · 4 years, 3 months ago
  76. e32c3c4 patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping by Bram Moolenaar · 4 years, 3 months ago
  77. 069613c patch 8.2.4098: typing "interrupt" at debug prompt may keep exception around by Bram Moolenaar · 4 years, 3 months ago
  78. f60a634 patch 8.2.4097: wrong number in error message on 32 bit system by Bram Moolenaar · 4 years, 3 months ago
  79. 1050476 patch 8.2.4096: Linux CI: unnecessarily installing packages by ichizok · 4 years, 3 months ago
  80. e3ce17a patch 8.2.4095: sed script not recognized by the first line by Bram Moolenaar · 4 years, 3 months ago
  81. e1833bf patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enum by zeertzjq · 4 years, 3 months ago
  82. c53b467 patch 8.2.4093: cached breakindent values not initialized properly by Christian Brabandt · 4 years, 3 months ago
  83. ece0763 patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages" by ichizok · 4 years, 3 months ago
  84. 0f11205 patch 8.2.4091: virtcol is recomputed for statusline unnecessarily by zeertzjq · 4 years, 3 months ago
  85. 26ebf1f patch 8.2.4090: after restoring a session buffer order can be quite different by Evgeni Chasnovski · 4 years, 3 months ago
  86. 7bfa6d6 patch 8.2.4089: terminal test for current directory fails on FreeBSD by Bram Moolenaar · 4 years, 3 months ago
  87. c0a1d37 patch 8.2.4088: xxd cannot output everything in one line by Erik Auerswald · 4 years, 3 months ago
  88. 3e4fa3d patch 8.2.4087: cannot test items from an autoload script easily by Bram Moolenaar · 4 years, 3 months ago
  89. d9d2fd0 patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused by Bram Moolenaar · 4 years, 3 months ago
  90. c43e623 patch 8.2.4085: Vim9: no test for using import in legacy script by Bram Moolenaar · 4 years, 3 months ago
  91. 130f65d patch 8.2.4084: memory leak when looking for autoload prefixed variable by Bram Moolenaar · 4 years, 3 months ago
  92. 0e3e7ba patch 8.2.4083: Vim9: no test for "vim9script autoload' using script variable by Bram Moolenaar · 4 years, 3 months ago
  93. 3049fcf patch 8.2.4082: check for autoload file name and prefix fails by Bram Moolenaar · 4 years, 3 months ago
  94. 4050305 patch 8.2.4081: CodeQL reports problem in if_cscope causing it to fail by ichizok · 4 years, 3 months ago
  95. a00e622 patch 8.2.4080: not sufficient test coverage for xxd by Erik Auerswald · 4 years, 3 months ago
  96. 33b25d1 patch 8.2.4079: MS-Windows: "gvim --version" didn't work with VIMDLL by K.Takata · 4 years, 3 months ago
  97. ced2b38 patch 8.2.4078: terminal test for current directory not used on FreeBSD by Bram Moolenaar · 4 years, 3 months ago
  98. 8d9e470 patch 8.2.4077: not all Libsensors files are recognized by Bram Moolenaar · 4 years, 3 months ago
  99. 71930f1 patch 8.2.4076: memory leak in autoload import by Bram Moolenaar · 4 years, 3 months ago
  100. 78a7053 patch 8.2.4075: test failures by Bram Moolenaar · 4 years, 3 months ago