1. 83c43ab patch 9.0.1033: tiny build fails because of conflicting typedef by Bram Moolenaar · 3 years, 4 months ago
  2. b9603f6 patch 9.0.1032: test fails when terminal feature is missing by Bram Moolenaar · 3 years, 4 months ago
  3. 00b28d6 patch 9.0.1031: Vim9 class is not implemented yet by Bram Moolenaar · 3 years, 4 months ago
  4. 038e6d2 patch 9.0.1030: using freed memory with the cmdline popup menu by Bram Moolenaar · 3 years, 4 months ago
  5. 84dbf85 patch 9.0.1029: autoload directory missing from distribution by Bram Moolenaar · 3 years, 4 months ago
  6. 1881abf patch 9.0.1028: mouse shape test is flaky, especially on Mac OS by Yee Cheng Chin · 3 years, 4 months ago
  7. 647b8df patch 9.0.1027: LGTM is soon shutting down by Philip H · 3 years, 4 months ago
  8. 2e61345 patch 9.0.1026: type of w_last_topfill is wrong by Bram Moolenaar · 3 years, 4 months ago
  9. 3fc84dc patch 9.0.1025: WinScrolled is not triggered when filler lines change by zeertzjq · 3 years, 4 months ago
  10. 86b4816 Update runtime files by Bram Moolenaar · 3 years, 4 months ago
  11. 5e0c004 patch 9.0.1024: CI doesn't use the latest FreeBSD version by Philip H · 3 years, 4 months ago
  12. a8cdb4e patch 9.0.1023: MS-Windows: dynamic loading of libsodium doesn't work by K.Takata · 3 years, 4 months ago
  13. af34543 patch 9.0.1022: suspend test fails on Mac OS when suspending Vim by Bram Moolenaar · 3 years, 4 months ago
  14. d6e74f5 patch 9.0.1021: test trips over g:name by Bram Moolenaar · 3 years, 4 months ago
  15. 6572a90 patch 9.0.1020: tests call GetSwapFileList() before it is defined by Bram Moolenaar · 3 years, 4 months ago
  16. 56a40fe patch 9.0.1019: 'smoothscroll' and virtual text above don't work together by Bram Moolenaar · 3 years, 4 months ago
  17. 7155fb6 patch 9.0.1018: suspend test still fails on Mac OS by Bram Moolenaar · 3 years, 4 months ago
  18. 9dacdb1 patch 9.0.1017: test for srand() fails on MS-Windows by Bram Moolenaar · 3 years, 4 months ago
  19. 1cb16c3 patch 9.0.1016: screenpos() does not count filler lines for diff mode by Bram Moolenaar · 3 years, 4 months ago
  20. f0a9c00 patch 9.0.1015: without /dev/urandom srand() seed is too predictable by Yasuhiro Matsumoto · 3 years, 4 months ago
  21. 2520101 patch 9.0.1014: zir files are not recognized by Bram Moolenaar · 3 years, 4 months ago
  22. 0a2f891 patch 9.0.1013: suspend test often fails on Mac OS by Bram Moolenaar · 3 years, 4 months ago
  23. fa2533c patch 9.0.1012: tests may get stuck in buffer with swap file by Bram Moolenaar · 3 years, 4 months ago
  24. 99d1943 patch 9.0.1011: ml_get error when using screenpos() by Bram Moolenaar · 3 years, 4 months ago
  25. 23526d2 patch 9.0.1010: stray warnings for existing swap files by Bram Moolenaar · 3 years, 4 months ago
  26. 72b5b0d patch 9.0.1009: test for catch after interrupt is flaky on MS-Windows by Bram Moolenaar · 3 years, 4 months ago
  27. 6cf3151 patch 9.0.1008: test for swapfilelist() fails on MS-Windows by Bram Moolenaar · 3 years, 4 months ago
  28. c216a7a patch 9.0.1007: there is no way to get a list of swap file names by Bram Moolenaar · 3 years, 4 months ago
  29. 6521405 patch 9.0.1006: suspend test still sometimes fails on MacOS by Bram Moolenaar · 3 years, 4 months ago
  30. d0f8d39 patch 9.0.1005: a failed test may leave a swap file behind by Bram Moolenaar · 3 years, 4 months ago
  31. a0a6f3a patch 9.0.1004: suspend test sometimes fails on MacOS by Bram Moolenaar · 3 years, 4 months ago
  32. 3d3e2aa patch 9.0.1003: tiny build fails by Bram Moolenaar · 3 years, 4 months ago
  33. 9163efb patch 9.0.1002: command list test fails by Bram Moolenaar · 3 years, 4 months ago
  34. c1c365c patch 9.0.1001: classes are not documented or implemented yet by Bram Moolenaar · 3 years, 4 months ago
  35. b21b8e9 patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarily by Bram Moolenaar · 3 years, 4 months ago
  36. c037052 patch 9.0.0999: memory may leak by Bram Moolenaar · 3 years, 4 months ago
  37. 1b73edd patch 9.0.0998: "gk" may reset skipcol when not needed by Bram Moolenaar · 3 years, 4 months ago
  38. 8ffb7e0 patch 9.0.0997: Coverity warns for dead code by Bram Moolenaar · 3 years, 4 months ago
  39. af19ec0 patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeys by Bram Moolenaar · 3 years, 4 months ago
  40. 37f088e patch 9.0.0995: padding before virtual text is highlighted by Bram Moolenaar · 3 years, 4 months ago
  41. 267db7c patch 9.0.0994: tests for empty prop type name fail by Bram Moolenaar · 3 years, 4 months ago
  42. 89469d1 patch 9.0.0993: display errors when adding or removing text property type by Bram Moolenaar · 3 years, 4 months ago
  43. 500c444 patch 9.0.0992: Vim9 script: get E1096 when comment follows return by mityu · 3 years, 4 months ago
  44. c67c89c patch 9.0.0991: crash when reading help index with various options set by Bram Moolenaar · 3 years, 4 months ago
  45. c96b7f5 patch 9.0.0990: callback name argument is changed by setqflist() by Bram Moolenaar · 3 years, 4 months ago
  46. 9c8d12c patch 9.0.0989: popupwin test is more flaky on MacOS by Bram Moolenaar · 3 years, 4 months ago
  47. b55ae8c patch 9.0.0988: using feedkeys() does not show up in a channel log by Bram Moolenaar · 3 years, 4 months ago
  48. cf650b7 patch 9.0.0987: file missing from list of distributed files by Bram Moolenaar · 3 years, 4 months ago
  49. 5390c05 patch 9.0.0986: build failure with tiny version by Bram Moolenaar · 3 years, 4 months ago
  50. 1a17340 patch 9.0.0985: when using kitty keyboard protocol function keys may not work by Bram Moolenaar · 3 years, 4 months ago
  51. 023930d patch 9.0.0984: GUI: remote_foreground() does not always work by Bram Moolenaar · 3 years, 4 months ago
  52. 184a622 patch 9.0.0983: stray characters displayed when starting the GUI by Bram Moolenaar · 3 years, 4 months ago
  53. 45e4eea patch 9.0.0982: 'cursorline' not drawn before virtual text below by Bram Moolenaar · 3 years, 4 months ago
  54. c3f1881 patch 9.0.0981: build error in tiny version by Bram Moolenaar · 3 years, 4 months ago
  55. 733a69b patch 9.0.0980: the keyboard state response may end up in a shell command by Bram Moolenaar · 3 years, 4 months ago
  56. 4f50117 patch 9.0.0979: ch_log() text can be hard to find in the log file by Bram Moolenaar · 3 years, 4 months ago
  57. 3b8c708 patch 9.0.0978: build errors without the +channel feature by Bram Moolenaar · 3 years, 4 months ago
  58. 4c5678f patch 9.0.0977: it is not easy to see what client-server commands are doing by Bram Moolenaar · 3 years, 4 months ago
  59. a87749e patch 9.0.0976: enabling the kitty keyboard protocol uses push/pop by Bram Moolenaar · 3 years, 4 months ago
  60. 7c02ad9 patch 9.0.0975: virtual text below empty line misplaced when 'number' set by Bram Moolenaar · 3 years, 4 months ago
  61. dffa6ea patch 9.0.0974: even when Esc is encoded a timeout is used by Bram Moolenaar · 3 years, 4 months ago
  62. 064fd67 patch 9.0.0973: Kitty keyboard protocol key with NumLock not decoded by Bram Moolenaar · 3 years, 4 months ago
  63. 4e6072b patch 9.0.0972: build failure on some systems by Bram Moolenaar · 3 years, 4 months ago
  64. 6f2a227 patch 9.0.0971: escape sequences not recognized without termresponse feature by Bram Moolenaar · 3 years, 4 months ago
  65. 3719989 patch 9.0.0970: Coverity warns for uninitialized variable by Bram Moolenaar · 3 years, 4 months ago
  66. 28a896f patch 9.0.0969: matchparen highlight is not updated when switching buffers by Bram Moolenaar · 3 years, 4 months ago
  67. c13e998 patch 9.0.0968: GUI mouse event test is a bit flaky by Bram Moolenaar · 3 years, 4 months ago
  68. 84497cd patch 9.0.0967: leaking memory from autocmd windows by Bram Moolenaar · 3 years, 4 months ago
  69. f86490e patch 9.0.0966: some compilers don't allow a declaration after a label by Bram Moolenaar · 3 years, 4 months ago
  70. e76062c patch 9.0.0965: using one window for executing autocommands is insufficient by Bram Moolenaar · 3 years, 4 months ago
  71. 74a694d patch 9.0.0964: status line not redrawn when 'splitkeep' is "screen" by Luuk van Baal · 3 years, 4 months ago
  72. 269aa2b patch 9.0.0963: function name does not match autocmd event name by zeertzjq · 3 years, 4 months ago
  73. 38854b5 patch 9.0.0962: virtual text below cannot be placed below empty lines by porygonisaduck · 3 years, 4 months ago
  74. 3da8597 patch 9.0.0961: using deletebufline() may jump to another window by Bram Moolenaar · 3 years, 4 months ago
  75. 502e917 patch 9.0.0960: error when using the "Spelling / Find More Languages" menu by Bram Moolenaar · 3 years, 4 months ago
  76. 8b336a6 patch 9.0.0959: error when using the "File Settings / Text Width" menu by Bram Moolenaar · 3 years, 4 months ago
  77. 19cf525 patch 9.0.0958: messages test is flaky by Bram Moolenaar · 3 years, 4 months ago
  78. 64fabf3 patch 9.0.0957: tests fail without the terminal feature by Bram Moolenaar · 3 years, 4 months ago
  79. 9f14557 patch 9.0.0956: terminal tests fail when using key with modifier by Bram Moolenaar · 3 years, 4 months ago
  80. cc09071 patch 9.0.0955: libvterm does not support the XTQMODKEYS request by Bram Moolenaar · 3 years, 4 months ago
  81. c255b78 patch 9.0.0954: cannot detect whether modifyOtherKeys is enabled by Bram Moolenaar · 3 years, 4 months ago
  82. 837ca8f patch 9.0.0953: part of making search more efficient is missing by Bram Moolenaar · 3 years, 4 months ago
  83. f3f198b patch 9.0.0952: Eclipse preference files are not recognized by ObserverOfTime · 3 years, 4 months ago
  84. 01105b3 patch 9.0.0951: trying every character position for a match is inefficient by Bram Moolenaar · 3 years, 4 months ago
  85. c96311b patch 9.0.0950: the pattern "\_s\zs" matches at EOL by Bram Moolenaar · 3 years, 4 months ago
  86. ef2c325 patch 9.0.0949: crash when unletting a variable while listing variables by Bram Moolenaar · 3 years, 4 months ago
  87. c1cf4c9 patch 9.0.0948: 'ttyfast' is set for arbitrary terminals by Bram Moolenaar · 3 years, 4 months ago
  88. cc762a4 patch 9.0.0947: invalid memory access in substitute with function by Bram Moolenaar · 3 years, 4 months ago
  89. ad85af5 patch 9.0.0946: CI: Error in Coverity flow is not reported by K.Takata · 3 years, 4 months ago
  90. 637862f patch 9.0.0945: failures in the cursorline test by Bram Moolenaar · 3 years, 4 months ago
  91. 6ac16f0 patch 9.0.0944: 'cursorline' causes virtual text highlight to continue by Bram Moolenaar · 3 years, 4 months ago
  92. d330e84 patch 9.0.0943: pretending to go out of Insert mode when Esc is received by Bram Moolenaar · 3 years, 4 months ago
  93. f60bdc3 patch 9.0.0942: Workflow Description Language files are not recognized by Matt Dunford · 3 years, 4 months ago
  94. 1273dfb patch 9.0.0941: CI failures in sound dummy by Philip H · 3 years, 4 months ago
  95. ebed1b0 patch 9.0.0940: crash when typing a letter in a terminal window by Bram Moolenaar · 3 years, 4 months ago
  96. 47f1fdc patch 9.0.0939: still using simplified mappings when using kitty protocol by Bram Moolenaar · 3 years, 4 months ago
  97. 0b228cd patch 9.0.0938: MS-Windows: debug executable not found when running test by Christopher Plewright · 3 years, 4 months ago
  98. e2da598 patch 9.0.0937: forked repositories send out useless email by shane.xb.qian · 3 years, 4 months ago
  99. 82946e1 patch 9.0.0936: wrong type for "isunnamed" returned by getreginfo() by Bram Moolenaar · 3 years, 4 months ago
  100. 24482fb patch 9.0.0935: when using dash it may not be recognize as filetype "sh" by Eisuke Kawashima · 3 years, 4 months ago