1. 035bd1c patch 8.2.3029: Vim9: crash when using operator and list unpack assignment by Bram Moolenaar · 4 years, 10 months ago
  2. f1e7449 patch 8.2.3028: GUI mouse events not tested by Yegappan Lakshmanan · 4 years, 10 months ago
  3. 2ac4b25 patch 8.2.3027: Vim9: breakpoint in compiled function not always checked by Bram Moolenaar · 4 years, 10 months ago
  4. 4f8f542 patch 8.2.3026: Vim9: cannot set breakpoint in compiled function by Bram Moolenaar · 4 years, 10 months ago
  5. 0d5e1ec patch 8.2.3025: not enough tests for quickfix end_col and end_lnum by shane.xb.qian · 4 years, 10 months ago
  6. 2fb1b89 patch 8.2.3024: execute() function test fails by Bram Moolenaar · 4 years, 10 months ago
  7. ca81f0e patch 8.2.3023: Vim9: arguments for execute() not checked at compile time by Bram Moolenaar · 4 years, 10 months ago
  8. f573c6e patch 8.2.3022: available encryption methods are not strong enough by Christian Brabandt · 4 years, 10 months ago
  9. 208f0b4 patch 8.2.3021: spaces allowed between option name and "!", "?", etc. by Bram Moolenaar · 4 years, 10 months ago
  10. 6864efa patch 8.2.3019: location list only has the start position. by thinca · 4 years, 10 months ago
  11. ad52f96 patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffers by Yegappan Lakshmanan · 4 years, 10 months ago
  12. 59b50c3 patch 8.2.3017: Vim9: debugger shows too many lines by Bram Moolenaar · 4 years, 10 months ago
  13. fae55a9 patch 8.2.3016: confusing error when expression is followed by comma by Bram Moolenaar · 4 years, 10 months ago
  14. 74f4a96 patch 8.2.3015: Vim9: Assigning to @# requires a string by Bram Moolenaar · 4 years, 10 months ago
  15. 4cea536 patch 8.2.3013: Vim: when debugging only first line of command is displayed by Bram Moolenaar · 4 years, 10 months ago
  16. 29f0dc3 patch 8.2.3012: when 'rightleft' is set the line number is drawn reversed by Christian Brabandt · 4 years, 10 months ago
  17. 6bc30b0 patch 8.2.3011: Vim9: cannot get argument values during debugging by Bram Moolenaar · 4 years, 10 months ago
  18. 41a7f82 patch 8.2.3010: not enough testing for viminfo code by Yegappan Lakshmanan · 4 years, 10 months ago
  19. b90ac5e patch 8.2.3009: startup test may hang by Bram Moolenaar · 4 years, 10 months ago
  20. 55b6b60 patch 8.2.3008: startup test may hang by Bram Moolenaar · 4 years, 10 months ago
  21. 61a417b patch 8.2.3007: Vim9: test for void value fails by Bram Moolenaar · 4 years, 10 months ago
  22. a97c363 patch 8.2.3006: crash when echoing a value very early by Bram Moolenaar · 4 years, 10 months ago
  23. f57b43c patch 8.2.3005: Vim9: using a void value does not give a proper error message by Bram Moolenaar · 4 years, 10 months ago
  24. 8ac681a patch 8.2.3004: Vim9: error for missing colon given while skipping by Bram Moolenaar · 4 years, 10 months ago
  25. 968a5b6 patch 8.2.3003: Vim9: closure compiled with wrong compile type by Bram Moolenaar · 4 years, 10 months ago
  26. 26d7116 patch 8.2.2997: Vim9: disassemble test fails by Bram Moolenaar · 4 years, 10 months ago
  27. b69c6fb patch 8.2.2996: Vim9: when debugging cannot inspect local variables by Bram Moolenaar · 4 years, 10 months ago
  28. 2d6d718 patch 8.2.2994: various code is not fully tested by Yegappan Lakshmanan · 4 years, 10 months ago
  29. 5ffefbb patch 8.2.2993: 'fileencodings' default value should depend on 'encoding' by Bram Moolenaar · 4 years, 10 months ago
  30. 4ee9d8e patch 8.2.2992: Vim9: completion for :disassemble is incomplete by Bram Moolenaar · 4 years, 10 months ago
  31. e70e12b patch 8.2.2991: Vim9: no completion for :vim9 and :legacy by Bram Moolenaar · 4 years, 10 months ago
  32. 2e66b0d patch 8.2.2990: Jupyter Notebook files are not recognized by kompowiec2 · 4 years, 10 months ago
  33. e99d422 patch 8.2.2985: Vim9: a compiled function cannot be debugged by Bram Moolenaar · 4 years, 10 months ago
  34. a993153 patch 8.2.2983: Vim9: an inline function requires specifying the return type by Bram Moolenaar · 4 years, 10 months ago
  35. 7423577 patch 8.2.2982: Vim9: future commands are not reserved yet by Bram Moolenaar · 4 years, 10 months ago
  36. 6654ca7 patch 8.2.2981: recovery test is not run on big-endian systems by James McCoy · 4 years, 10 months ago
  37. 0b71955 patch 8.2.2980: popup window test is a bit flaky by Bram Moolenaar · 4 years, 10 months ago
  38. 5958549 patch 8.2.2979: not all options code is covered by tests by Yegappan Lakshmanan · 4 years, 10 months ago
  39. 22db0d5 patch 8.2.2977: crash when using a null function reference by Bram Moolenaar · 4 years, 10 months ago
  40. f0a4069 patch 8.2.2975: Vim9: can only use an autoload function name as a string by Bram Moolenaar · 4 years, 10 months ago
  41. 3044324 patch 8.2.2973: fix for recovery and diff mode not tested by Yegappan Lakshmanan · 4 years, 10 months ago
  42. 7b4f76c patch 8.2.2972: "%bd" tries to delete popup window buffers, which fails by Bram Moolenaar · 4 years, 10 months ago
  43. 544a38e patch 8.2.2971: cannot yank a block without trailing spaces by Christian Brabandt · 4 years, 10 months ago
  44. a42e6e0 patch 8.2.2969: subtracting from number option fails when result is zero by Bram Moolenaar · 4 years, 10 months ago
  45. c04f2a4 patch 8.2.2967: Vim9: crash when using two levels of partials by Bram Moolenaar · 4 years, 10 months ago
  46. b55d618 patch 8.2.2965: Vim9: crash when calling function that failed to compile by Bram Moolenaar · 4 years, 10 months ago
  47. a733042 patch 8.2.2964: Vim9: hang when using space after -> by Bram Moolenaar · 4 years, 10 months ago
  48. 8cf02e5 patch 8.2.2960: swap file recovery not sufficiently tested by Yegappan Lakshmanan · 4 years, 10 months ago
  49. 2f9c209 patch 8.2.2959: sound_playfile() is not tested on MS-Windows by Dominique Pelle · 4 years, 10 months ago
  50. f7a023e patch 8.2.2958: function list test fails by Bram Moolenaar · 4 years, 10 months ago
  51. 3a7503c patch 8.2.2957: using getchar() in Vim9 script is problematic by Bram Moolenaar · 4 years, 10 months ago
  52. e729ce2 patch 8.2.2955: Vim9: using filter in compiled command does not work by Bram Moolenaar · 4 years, 10 months ago
  53. 6db7b63 patch 8.2.2954: short file name extension for Scala not recognized by Brennon M · 4 years, 10 months ago
  54. 9928555 patch 8.2.2952: recover test fails on big endian systems by Yegappan Lakshmanan · 4 years, 10 months ago
  55. 2067733 patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc. by Bram Moolenaar · 4 years, 10 months ago
  56. c64ed2b patch 8.2.2950: sound code not fully tested by Dominique Pelle · 4 years, 10 months ago
  57. 3cfa5b1 patch 8.2.2949: tests failing because no error for float to string conversion by Bram Moolenaar · 4 years, 10 months ago
  58. 7a2217b patch 8.2.2948: substitute() accepts a number but not a float expression by Bram Moolenaar · 4 years, 10 months ago
  59. 2752360 patch 8.2.2946: Vim9: substitute expression cannot be a List by Bram Moolenaar · 4 years, 10 months ago
  60. 59b2623 patch 8.2.2945: some buffer related code is not tested by Yegappan Lakshmanan · 4 years, 10 months ago
  61. 1328bde patch 8.2.2944: Vim9: no error when using job or channel as a string by Bram Moolenaar · 4 years, 10 months ago
  62. 8da6d6d patch 8.2.2942: Vim9: error when calling function with too few arguments by Bram Moolenaar · 4 years, 10 months ago
  63. b288ba9 patch 8.2.2941: Vim9: using does not handle a list of strings by Bram Moolenaar · 4 years, 10 months ago
  64. 2149274 patch 8.2.2938: after using motion force from feedkeys() it sticks by Bram Moolenaar · 4 years, 10 months ago
  65. 56cddb3 patch 8.2.2937: popup test fails if rightleft feature not enabled by Dominique Pelle · 4 years, 10 months ago
  66. 5fa9b24 patch 8.2.2936: Vim9: converting number to bool uses wrong stack offset by Bram Moolenaar · 4 years, 10 months ago
  67. 5072b47 patch 8.2.2931: Vim9: line continuation comment uses legacy syntax by Bram Moolenaar · 4 years, 10 months ago
  68. a83d060 patch 8.2.2927: test commented out because it fails with ASAN by Bram Moolenaar · 4 years, 10 months ago
  69. c3cb1c9 patch 8.2.2926: Vim9: no good error for using :legacy in a :def function by Bram Moolenaar · 4 years, 10 months ago
  70. 0f37e35 patch 8.2.2925: Vim9: line continuation comment uses legacy syntax by Bram Moolenaar · 4 years, 10 months ago
  71. b54abee patch 8.2.2921: E704 for script local variable is not backwards compatible by Bram Moolenaar · 4 years, 10 months ago
  72. 6f1d2aa patch 8.2.2920: still a way to shadow a builtin function by Bram Moolenaar · 4 years, 10 months ago
  73. 3d9c4ee patch 8.2.2918: builtin function can be shadowed by global variable by Bram Moolenaar · 4 years, 10 months ago
  74. bb16236 patch 8.2.2917: spellfile functionality not fully tested by Dominique Pelle · 4 years, 10 months ago
  75. 2ac7184 patch 8.2.2916: operators are not fully tested by Yegappan Lakshmanan · 4 years, 10 months ago
  76. 2fa9384 patch 8.2.2914: cannot paste a block without adding padding by Christian Brabandt · 4 years, 10 months ago
  77. f883d90 patch 8.2.2912: MS-Windows: most users expect using Unicode by K.Takata · 4 years, 10 months ago
  78. e71c0eb patch 8.2.2911: pattern "\%V" does not match all of block selection by Bram Moolenaar · 4 years, 10 months ago
  79. 0b49648 patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows by Bram Moolenaar · 4 years, 10 months ago
  80. e5b4486 patch 8.2.2908: crash when using a terminal popup window from cmdline window by Bram Moolenaar · 4 years, 10 months ago
  81. a5787c3 patch 8.2.2906: ASAN reports errors for test_startup by Bram Moolenaar · 4 years, 10 months ago
  82. 1d3a14e patch 8.2.2905: no error when defaults.vim cannot be loaded by Christian Brabandt · 4 years, 10 months ago
  83. 74ede80 patch 8.2.2904: "g$" causes scroll if half a double width char is visible by Bram Moolenaar · 4 years, 10 months ago
  84. a06e345 patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn' by Bram Moolenaar · 4 years, 10 months ago
  85. 5a6cfb3 patch 8.2.2902: spellfile functionality not fully tested by Dominique Pelle · 4 years, 10 months ago
  86. 3e72dca patch 8.2.2901: some operators not fully tested by Bram Moolenaar · 4 years, 10 months ago
  87. 1174b01 patch 8.2.2900: QuitPre is triggered before :wq writes the file by Bram Moolenaar · 4 years, 10 months ago
  88. d0edaf9 patch 8.2.2897: Vim9: can use reserved words at the script level by Bram Moolenaar · 4 years, 10 months ago
  89. dc3275a patch 8.2.2896: spellfile functionality not fully tested by Dominique Pelle · 4 years, 10 months ago
  90. 4ac198c patch 8.2.2895: Vim9: random characters appear in some error messages by mityu · 4 years, 10 months ago
  91. bc86987 patch 8.2.2893: multi-byte text in popup title shows up wrong by Ralf Schandl · 4 years, 11 months ago
  92. 89dcb4d patch 8.2.2892: error message contains random characters by mityu · 4 years, 11 months ago
  93. 840f91f patch 8.2.2890: text property duplicated when data block splits by Bram Moolenaar · 4 years, 11 months ago
  94. c512599 patch 8.2.2889: typo and verbose comment in Makefiles by K.Takata · 4 years, 11 months ago
  95. 7d840e9 patch 8.2.2888: Vim9: "k" command recognized in Vim9 script by Bram Moolenaar · 4 years, 11 months ago
  96. 4c8e8c6 patch 8.2.2887: crash when passing null string to fullcommand() by Bram Moolenaar · 4 years, 11 months ago
  97. 34fcb69 patch 8.2.2886: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 11 months ago
  98. 872bee5 patch 8.2.2885: searching for \%'> does not match linewise end of line by Bram Moolenaar · 4 years, 11 months ago
  99. 1e469c7 patch 8.2.2884: not enough cscope code is covered by tests by Dominique Pelle · 4 years, 11 months ago
  100. 611728f patch 8.2.2881: various pieces of code not covered by tests by Yegappan Lakshmanan · 4 years, 11 months ago