1. eeec254 patch 8.2.2922: computing array length is done in various ways by K.Takata · 4 years, 10 months ago
  2. b54abee patch 8.2.2921: E704 for script local variable is not backwards compatible by Bram Moolenaar · 4 years, 10 months ago
  3. 6f1d2aa patch 8.2.2920: still a way to shadow a builtin function by Bram Moolenaar · 4 years, 10 months ago
  4. 6a43b37 patch 8.2.2919: using ":!command" does not work if it uses posix_spawn() by Bram Moolenaar · 4 years, 10 months ago
  5. 3d9c4ee patch 8.2.2918: builtin function can be shadowed by global variable by Bram Moolenaar · 4 years, 10 months ago
  6. bb16236 patch 8.2.2917: spellfile functionality not fully tested by Dominique Pelle · 4 years, 10 months ago
  7. 2ac7184 patch 8.2.2916: operators are not fully tested by Yegappan Lakshmanan · 4 years, 10 months ago
  8. ef8706f patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is used by K.Takata · 4 years, 10 months ago
  9. 2fa9384 patch 8.2.2914: cannot paste a block without adding padding by Christian Brabandt · 4 years, 10 months ago
  10. 6ef5ab5 patch 8.2.2913: MS-Windows conpty supports using mouse events by Wez Furlong · 4 years, 10 months ago
  11. f883d90 patch 8.2.2912: MS-Windows: most users expect using Unicode by K.Takata · 4 years, 10 months ago
  12. e71c0eb patch 8.2.2911: pattern "\%V" does not match all of block selection by Bram Moolenaar · 4 years, 10 months ago
  13. 0b49648 patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows by Bram Moolenaar · 4 years, 10 months ago
  14. e0a7658 patch 8.2.2909: build error with non-Unix system by Bram Moolenaar · 4 years, 10 months ago
  15. e5b4486 patch 8.2.2908: crash when using a terminal popup window from cmdline window by Bram Moolenaar · 4 years, 10 months ago
  16. 28cf44f patch 8.2.2907: memory leak when running out of memory by Dominique Pelle · 4 years, 10 months ago
  17. a5787c3 patch 8.2.2906: ASAN reports errors for test_startup by Bram Moolenaar · 4 years, 10 months ago
  18. 1d3a14e patch 8.2.2905: no error when defaults.vim cannot be loaded by Christian Brabandt · 4 years, 10 months ago
  19. 74ede80 patch 8.2.2904: "g$" causes scroll if half a double width char is visible by Bram Moolenaar · 4 years, 10 months ago
  20. a06e345 patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn' by Bram Moolenaar · 4 years, 10 months ago
  21. 5a6cfb3 patch 8.2.2902: spellfile functionality not fully tested by Dominique Pelle · 4 years, 10 months ago
  22. 3e72dca patch 8.2.2901: some operators not fully tested by Bram Moolenaar · 4 years, 10 months ago
  23. 1174b01 patch 8.2.2900: QuitPre is triggered before :wq writes the file by Bram Moolenaar · 4 years, 10 months ago
  24. f89be8d patch 8.2.2899: Appveyor script does not detect nmake failure by K.Takata · 4 years, 10 months ago
  25. 3552e74 patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closed by Bram Moolenaar · 4 years, 10 months ago
  26. d0edaf9 patch 8.2.2897: Vim9: can use reserved words at the script level by Bram Moolenaar · 4 years, 10 months ago
  27. dc3275a patch 8.2.2896: spellfile functionality not fully tested by Dominique Pelle · 4 years, 10 months ago
  28. 4ac198c patch 8.2.2895: Vim9: random characters appear in some error messages by mityu · 4 years, 10 months ago
  29. 2c4a1d0 patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not work by K.Takata · 4 years, 10 months ago
  30. bc86987 patch 8.2.2893: multi-byte text in popup title shows up wrong by Ralf Schandl · 4 years, 10 months ago
  31. 89dcb4d patch 8.2.2892: error message contains random characters by mityu · 4 years, 10 months ago
  32. 5434671 patch 8.2.2891: cannot build with Perl 5.34 by ichizok · 4 years, 10 months ago
  33. 840f91f patch 8.2.2890: text property duplicated when data block splits by Bram Moolenaar · 4 years, 10 months ago
  34. c512599 patch 8.2.2889: typo and verbose comment in Makefiles by K.Takata · 4 years, 10 months ago
  35. 7d840e9 patch 8.2.2888: Vim9: "k" command recognized in Vim9 script by Bram Moolenaar · 4 years, 10 months ago
  36. 4c8e8c6 patch 8.2.2887: crash when passing null string to fullcommand() by Bram Moolenaar · 4 years, 10 months ago
  37. 34fcb69 patch 8.2.2886: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 10 months ago
  38. 872bee5 patch 8.2.2885: searching for \%'> does not match linewise end of line by Bram Moolenaar · 4 years, 11 months ago
  39. 1e469c7 patch 8.2.2884: not enough cscope code is covered by tests by Dominique Pelle · 4 years, 11 months ago
  40. e97c7c9 patch 8.2.2883: MS-Windows manifest file name is misleading by matveyt · 4 years, 11 months ago
  41. 15bbb8f patch 8.2.2882: Vim9: memory leak when lambda has an error by Bram Moolenaar · 4 years, 11 months ago
  42. 611728f patch 8.2.2881: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 11 months ago
  43. ad5c178 patch 8.2.2880: unified diff fails if actually used by glacambre · 4 years, 11 months ago
  44. f5409db patch 8.2.2879: file extension .hsig not recognized by Marcin Szamotulski · 4 years, 11 months ago
  45. b777da9 patch 8.2.2878: Vim9: for loop list unpack only allows for one "_" by Bram Moolenaar · 4 years, 11 months ago
  46. 1e61566 patch 8.2.2877: insufficient tests for popup menu rightleft by Yegappan Lakshmanan · 4 years, 11 months ago
  47. 23c0192 patch 8.2.2876: configure cannot detect Python 3.10 by Bram Moolenaar · 4 years, 11 months ago
  48. 5cf9457 patch 8.2.2875: cancelling inputlist() after a digit does not return zero by =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= · 4 years, 11 months ago
  49. 4eb1914 patch 8.2.2874: MS-Windows: screen redraws too often by matveyt · 4 years, 11 months ago
  50. 46aa6f9 patch 8.2.2873: not enough tests for writing buffers by Yegappan Lakshmanan · 4 years, 11 months ago
  51. 56c9fd0 patch 8.2.2872: Python tests fail without the channel feature by Dominique Pelle · 4 years, 11 months ago
  52. 4781d6f patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code by Dominique Pelle · 4 years, 11 months ago
  53. 796139a patch 8.2.2870: CmdlineChange event triggered twice for CTRL-R by Bram Moolenaar · 4 years, 11 months ago
  54. 485b627 patch 8.2.2869: using unified diff is not tested by Bram Moolenaar · 4 years, 11 months ago
  55. cbe178e patch 8.2.2868: Vim9: when executing compiled expression trylevel is changed by Bram Moolenaar · 4 years, 11 months ago
  56. 082a3bf patch 8.2.2867: build failure by Bram Moolenaar · 4 years, 11 months ago
  57. ecb6645 patch 8.2.2866: Vim9: memory leak when using inline function by Bram Moolenaar · 4 years, 11 months ago
  58. d87c21a patch 8.2.2865: skipping over function body fails by Bram Moolenaar · 4 years, 11 months ago
  59. 074f84c patch 8.2.2864: Vim9: crash when using inline function by Bram Moolenaar · 4 years, 11 months ago
  60. 965c044 patch 8.2.2863: removing a text property does not redraw optimally by Bram Moolenaar · 4 years, 11 months ago
  61. fc643e6 patch 8.2.2862: removing a text property causes the whole window to be redawn by Bram Moolenaar · 4 years, 11 months ago
  62. 3b1373b patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statement by Bram Moolenaar · 4 years, 11 months ago
  63. 1764faa patch 8.2.2860: adding a text property causes the whole window to be redawn by Bram Moolenaar · 4 years, 11 months ago
  64. dcfc311 patch 8.2.2859: Tcl test fails because of changed error message by Bram Moolenaar · 4 years, 11 months ago
  65. 6b02b38 patch 8.2.2858: test fails because of changed error message by Bram Moolenaar · 4 years, 11 months ago
  66. ff65288 patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level by Bram Moolenaar · 4 years, 11 months ago
  67. 50157ef patch 8.2.2856: get readonly error for device that can't be written to by Bram Moolenaar · 4 years, 11 months ago
  68. 0820f4d patch 8.2.2855: white space after "->" does not give E274 by Bram Moolenaar · 4 years, 11 months ago
  69. 30e3de2 patch 8.2.2854: custom statusline cannot contain % items by shadmansaleh · 4 years, 11 months ago
  70. d832c3c patch 8.2.2853: window is not updated after using <Cmd> mapping by Bram Moolenaar · 4 years, 11 months ago
  71. 761ead4 patch 8.2.2852: configure can add --as-needed a second time by Natanael Copa · 4 years, 11 months ago
  72. 847fe7d patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChanged by Bram Moolenaar · 4 years, 11 months ago
  73. 71c6f7a patch 8.2.2850: recalling commands from history is not tested by obcat · 5 years ago
  74. 36f96a5 patch 8.2.2849: bufwrite not sufficiently tested by Yegappan Lakshmanan · 5 years ago
  75. fe8ebdb patch 8.2.2848: crash whn calling partial by Dominique Pelle · 5 years ago
  76. 588cf75 patch 8.2.2847: Perl not tested sufficiently by Dominique Pelle · 5 years ago
  77. 68db996 patch 8.2.2846: Vim9: "echo Func()" does not give an error for using void by Bram Moolenaar · 5 years ago
  78. 918b089 patch 8.2.2845: MS-Windows: warning for signed/unsigned comparison by Bram Moolenaar · 5 years ago
  79. 24f7209 patch 8.2.2844: Vim9: memory leak when using searchpair() by Bram Moolenaar · 5 years ago
  80. f06ab6b patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiled by Bram Moolenaar · 5 years ago
  81. f18332f patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled by Bram Moolenaar · 5 years ago
  82. e08795e patch 8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are set by matveyt · 5 years ago
  83. 261417b patch 8.2.2840: Vim9: member operation not fully tested by Bram Moolenaar · 5 years ago
  84. 5631836 patch 8.2.2839: default redirection missing "ash" and "dash" by Natanael Copa · 5 years ago
  85. e3e598e patch 8.2.2838: file extension .wrap not recognized by Liam Beguin · 5 years ago
  86. 6d37e8e patch 8.2.2837: various code lines not covered by tests by Dominique Pelle · 5 years ago
  87. b7c9781 patch 8.2.2836: build failure without the +quickfix feature by Bram Moolenaar · 5 years ago
  88. dc3e2e6 patch 8.2.2835: Vim9: leaking memory in :cexpr by Bram Moolenaar · 5 years ago
  89. 5f7d4c0 patch 8.2.2834: Vim9: :cexpr does not work with local variables by Bram Moolenaar · 5 years ago
  90. 3a00659 patch 8.2.2833: two key command cancelled by moving mouse when using popup by Bram Moolenaar · 5 years ago
  91. 1ad72c8 patch 8.2.2832: operator cancelled by moving mouse when using popup by Bram Moolenaar · 5 years ago
  92. 0279510 patch 8.2.2831: Vim9: expandcmd() not tested by Bram Moolenaar · 5 years ago
  93. ad43199 patch 8.2.2830: terminal colors are not updated when 'background' is set by Bram Moolenaar · 5 years ago
  94. df36514 patch 8.2.2829: some comments are not correct or clear by Bram Moolenaar · 5 years ago
  95. 97a6c6a patch 8.2.2828: Coverity complains about not checking rename() return value by Bram Moolenaar · 5 years ago
  96. 5f8ed74 patch 8.2.2827: test file was not deleted by Dominique Pelle · 5 years ago
  97. 551c1ae patch 8.2.2826: compiler warnings for int to size_t conversion by Bram Moolenaar · 5 years ago
  98. 2bf6034 patch 8.2.2825: code in checkreadonly() not fully tested by Dominique Pelle · 5 years ago
  99. 1bb0da2 patch 8.2.2824: MS-Windows: build failure with MSVC by Bram Moolenaar · 5 years ago
  100. 5f628a1 patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open README by Bram Moolenaar · 5 years ago