1. a062006 patch 8.2.3610: crash when ModeChanged triggered too early by Bram Moolenaar · 4 years, 5 months ago
  2. 3075a45 patch 8.2.3609: internal error when ModeChanged is triggered recursively by Bram Moolenaar · 4 years, 5 months ago
  3. 125ffd2 patch 8.2.3608: users who type "q:" instead of ":q" are confused by Egor Zvorykin · 4 years, 5 months ago
  4. 9459b8d patch 8.2.3607: GTK3 screen updating is slow by presuku · 4 years, 5 months ago
  5. d3682c5 patch 8.2.3606: file missing from list of distributed files by Bram Moolenaar · 4 years, 5 months ago
  6. 728104d Add missing change to version.c by Bram Moolenaar · 4 years, 5 months ago
  7. 2a16dc6 patch 8.2.3605: cannot clear and unlinke a highlight group with hlset() by Yegappan Lakshmanan · 4 years, 5 months ago
  8. c143fa0 patch 8.2.3604: not all sudoers files are recognized by Bram Moolenaar · 4 years, 5 months ago
  9. b1b163e patch 8.2.3603: fish filetype not recognized by Bram Moolenaar · 4 years, 5 months ago
  10. 1be7e21 patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windows by K.Takata · 4 years, 5 months ago
  11. fa53722 patch 8.2.3601: check for overflow in put count does not work well by ichizok · 4 years, 5 months ago
  12. 314b773 patch 8.2.3600: filetype test fails by Bram Moolenaar · 4 years, 5 months ago
  13. 782b4bb patch 8.2.3599: not all gdbinit files are recognized by Bram Moolenaar · 4 years, 5 months ago
  14. 0818ab8 patch 8.2.3598: RouterOS filetype is not recognized by zainin · 4 years, 5 months ago
  15. 36968af patch 8.2.3597: Vim seems to hang when writing a long text to a terminal by Bram Moolenaar · 4 years, 5 months ago
  16. 733b124 patch 8.2.3596: crash when using :pedit in Vim9 script by Yegappan Lakshmanan · 4 years, 5 months ago
  17. 0d5a12e patch 8.2.3595: check for signed overflow might not work everywhere by Bram Moolenaar · 4 years, 5 months ago
  18. 786e05b patch 8.2.3594: xxd code is a bit difficult to understand by Bram Moolenaar · 4 years, 5 months ago
  19. 7f13b24 patch 8.2.3593: directory is wrong after executing "lcd" with win_execute() by Bram Moolenaar · 4 years, 5 months ago
  20. 6a950a6 patch 8.2.3592: Test_hlset fails when terminal has many columns by Dominique Pelle · 4 years, 5 months ago
  21. 23beefe patch 8.2.3591: no event is triggered when closing a window by naohiro ono · 4 years, 5 months ago
  22. a0fca17 patch 8.2.3590: test for v:colornames sometimes fails by Drew Vogel · 4 years, 5 months ago
  23. 5300be6 patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value by Bram Moolenaar · 4 years, 5 months ago
  24. 606efc7 patch 8.2.3588: break statement is never reached by Bram Moolenaar · 4 years, 5 months ago
  25. 0a15c76 patch 8.2.3587: compiler test fails with backslash file separator by Bram Moolenaar · 4 years, 5 months ago
  26. 326e7da patch 8.2.3586: command completion test fails by Bram Moolenaar · 4 years, 5 months ago
  27. 8813739 patch 8.2.3585: crash when passing float to "term_rows" of term_start() by Bram Moolenaar · 4 years, 5 months ago
  28. 58ef8a3 patch 8.2.3584: "verbose set efm" reports location of the :compiler command by Bram Moolenaar · 4 years, 5 months ago
  29. 0c71114 patch 8.2.3583: the "gd" and "gD" commands do not update search stats by Bram Moolenaar · 4 years, 5 months ago
  30. 113cb51 Update runtime files by Bram Moolenaar · 4 years, 5 months ago
  31. 15d9890 patch 8.2.3582: reading uninitialized memory when giving spell suggestions by Bram Moolenaar · 4 years, 5 months ago
  32. 0b5b06c patch 8.2.3581: reading character past end of line by Bram Moolenaar · 4 years, 5 months ago
  33. aaec1d4 patch 8.2.3580: gj does not move properly with a wide character by Christian Brabandt · 4 years, 5 months ago
  34. 4b2c804 patch 8.2.3579: CI sometimes fails for MinGW by Christian Brabandt · 4 years, 5 months ago
  35. b32aa8a Add missing piece of patch 8.2.3578 by Bram Moolenaar · 4 years, 5 months ago
  36. d1a8d65 patch 8.2.3578: manipulating highlighting is complicated by Yegappan Lakshmanan · 4 years, 5 months ago
  37. 0f00441 patch 8.2.3577: overflow check fails with 32 ints by Bram Moolenaar · 4 years, 5 months ago
  38. a63780b patch 8.2.3576: some functions are not documented for use with a method by Sean Dewar · 4 years, 5 months ago
  39. e551ccf patch 8.2.3575: overflow check still fails when sizeof(int) == sizeof(long) by Bram Moolenaar · 4 years, 5 months ago
  40. 8a1962d patch 8.2.3574: divide by zero by Bram Moolenaar · 4 years, 5 months ago
  41. 69b3072 patch 8.2.3573: cannot decide whether to skip test that fails with 64 bit by Bram Moolenaar · 4 years, 5 months ago
  42. 7a33ebf patch 8.2.3572: memory leak when closing window and using "multispace" by zeertzjq · 4 years, 5 months ago
  43. e2f6606 patch 8.2.3571: some unicode control characters are considered printable by Bram Moolenaar · 4 years, 5 months ago
  44. ec6e630 patch 8.2.3570: Test_very_large_count fails on 32bit systems by Bram Moolenaar · 4 years, 5 months ago
  45. fd916d6 patch 8.2.3569: error for :let when vimrc is Vim 9 script by Christian Brabandt · 4 years, 5 months ago
  46. 8753c1d patch 8.2.3568: ctrl-hat test fails with Athena and Motif by Dominique Pelle · 4 years, 5 months ago
  47. 9cd063e patch 8.2.3567: CTRL-I in Insert mode is not tested by Dominique Pelle · 4 years, 5 months ago
  48. 44db603 patch 8.2.3566: build failure on old systems when using nano timestamp by Gary Johnson · 4 years, 5 months ago
  49. 2446ec9 patch 8.2.3565: Makefile dependencies are outdated by Bram Moolenaar · 4 years, 5 months ago
  50. 777e7c2 patch 8.2.3564: invalid memory access when scrolling without valid screen by Bram Moolenaar · 4 years, 5 months ago
  51. 2a52196 patch 8.2.3563: build failure with +eval but without GUI or +termguicolors by Bram Moolenaar · 4 years, 5 months ago
  52. e30d102 patch 8.2.3562: cannot add color names by Drew Vogel · 4 years, 5 months ago
  53. 3c5904d patch 8.2.3561: cscope has a complicated way of giving an error message by James McCoy · 4 years, 5 months ago
  54. 844fb64 patch 8.2.3560: using freed memory with lambda by Bram Moolenaar · 4 years, 5 months ago
  55. ee56f3f patch 8.2.3559: loop variable recreated every time by Bram Moolenaar · 4 years, 5 months ago
  56. 079ba76 Update runtime files by Bram Moolenaar · 4 years, 5 months ago
  57. 06ca48a patch 8.2.3558: Vim9: asserting the wrong variable by Bram Moolenaar · 4 years, 5 months ago
  58. 5fe07d2 patch 8.2.3557: Vim9: cannot call imported funcref at script level by Bram Moolenaar · 4 years, 6 months ago
  59. 841c225 patch 8.2.3556: filler lines are incorrect for other window in diff mode by Bram Moolenaar · 4 years, 6 months ago
  60. 25def2c patch 8.2.3555: ModeChanged is not triggered on every mode change by =?UTF-8?q?Magnus=20Gro=C3=9F?= · 4 years, 6 months ago
  61. a2ffb43 patch 8.2.3554: xxd has various way to exit by DungSaga · 4 years, 6 months ago
  62. 5a5c111 patch 8.2.3553: xxd test fails on MS-Windows by Bram Moolenaar · 4 years, 6 months ago
  63. 4781046 patch 8.2.3552: xxd revert does not handle end of line correctly by DungSaga · 4 years, 6 months ago
  64. 94e7d34 patch 8.2.3551: checking first character of url twice by itchyny · 4 years, 6 months ago
  65. ae38a9d patch 8.2.3550: completion() does not work properly by Shougo Matsushita · 4 years, 6 months ago
  66. b811de5 patch 8.2.3549: mistakes in test comments by zeertzjq · 4 years, 6 months ago
  67. d68a004 patch 8.2.3548: GTK GUI crashen when reading from stdin by Bram Moolenaar · 4 years, 6 months ago
  68. 1d30fde patch 8.2.3547: opening the quickfix window triggers BufWinEnter twice by Bram Moolenaar · 4 years, 6 months ago
  69. 09f7723 patch 8.2.3546: build failure without the +eval feature by zeertzjq · 4 years, 6 months ago
  70. 94358a1 patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid by zeertzjq · 4 years, 6 months ago
  71. 051a40c patch 8.2.3544: Unix: may leak file descriptor using non-existing directory by itchyny · 4 years, 6 months ago
  72. 8b0e62c patch 8.2.3543: swapname has double slash when 'directory' ends in it by Bram Moolenaar · 4 years, 6 months ago
  73. c5935a8 patch 8.2.3542: too many comments are old style by Bram Moolenaar · 4 years, 6 months ago
  74. 731fba1 patch 8.2.3541: compiler warning for unused variable in tiny version by Bram Moolenaar · 4 years, 6 months ago
  75. f47ebf1 patch 8.2.3540: the mark '] is wrong after put with a count by Bram Moolenaar · 4 years, 6 months ago
  76. 604e207 patch 8.2.3539: GTK3: with 'rightleft' set scrollbar may move unintentionally by Bram Moolenaar · 4 years, 6 months ago
  77. d43d8e2 patch 8.2.3538: else-if indenting is confusing by Yegappan Lakshmanan · 4 years, 6 months ago
  78. 75c30e9 patch 8.2.3537: mode() does not return the right value in 'operatorfunc' by naohiro ono · 4 years, 6 months ago
  79. ad6b90c patch 8.2.3536: the do_highlight() function is way too long by Yegappan Lakshmanan · 4 years, 6 months ago
  80. 9b0b844 patch 8.2.3535: if-else indenting is confusing by Dominique Pelle · 4 years, 6 months ago
  81. 944eeb4 patch 8.2.3534: autoread test is a bit flaky by Bram Moolenaar · 4 years, 6 months ago
  82. 375c35a patch 8.2.3533: inefficient code in xxd by DungSaga · 4 years, 6 months ago
  83. e08aee6 patch 8.2.3532: the previous '' mark is restored after moving the cursor by Bram Moolenaar · 4 years, 6 months ago
  84. 39c47c3 patch 8.2.3531: command line completion test fails on MS-Windows by Bram Moolenaar · 4 years, 6 months ago
  85. 21c1a0c patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works by Bram Moolenaar · 4 years, 6 months ago
  86. 34a3648 patch 8.2.3529: xxd usage output is incomplete by Atsushi SUGAWARA · 4 years, 6 months ago
  87. f4d8b76 patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope by Bram Moolenaar · 4 years, 6 months ago
  88. 9d4b8ca patch 8.2.3527: gcc complains about uninitialized variable by Bram Moolenaar · 4 years, 6 months ago
  89. 40bd5a1 patch 8.2.3526: tests have clumsy check for X11 based GUI by Bram Moolenaar · 4 years, 6 months ago
  90. d4c4bfa patch 8.2.3525: option variable name does not match option name by Bram Moolenaar · 4 years, 6 months ago
  91. 4eeedc0 patch 8.2.3524: GUI: ligatures are not used by Dusan Popovic · 4 years, 6 months ago
  92. c89c91c patch 8.2.3523: duplicated code in xxd by DungSaga · 4 years, 6 months ago
  93. 93ff672 patch 8.2.3522: cannot use \x and \u when setting 'listchars' by Bram Moolenaar · 4 years, 6 months ago
  94. abdcfd1 patch 8.2.3521: options completion test fails by Bram Moolenaar · 4 years, 6 months ago
  95. 160e994 patch 8.2.3520: cannot define a function for thesaurus completion by Yegappan Lakshmanan · 4 years, 6 months ago
  96. 28b6a3b patch 8.2.3519: TOML files are not recognized by Aman Verma · 4 years, 6 months ago
  97. f08b0eb patch 8.2.3518: Test_xrestore sometimes fails by Bram Moolenaar · 4 years, 6 months ago
  98. db3b446 patch 8.2.3517: TextChanged does not trigger after TextChangedI by Christian Brabandt · 4 years, 6 months ago
  99. 7b5f45b patch 8.2.3516: terminal window does not have transparent background by Milly · 4 years, 6 months ago
  100. def69df patch 8.2.3515: nano time test fails on Mac and FreeBSD by ichizok · 4 years, 6 months ago