1. 2d1d5c6 patch 9.1.0471: Crash when using autocmd_get() after removing event inside autocmd by zeertzjq · 1 year, 2 months ago
  2. 29269a7 patch 9.1.0341: Problem: a few memory leaks are found by Christian Brabandt · 1 year, 4 months ago
  3. 9d956ee patch 9.1.0272: autocmd may change cwd after :tcd and :lcd by zeertzjq · 1 year, 4 months ago
  4. 78d742a patch 9.1.0256: Finding autocmd events is inefficient by John Marriott · 1 year, 4 months ago
  5. 5bf6c21 patch 9.1.0231: Filetype may be undetected when SwapExists sets ft in other buf by zeertzjq · 1 year, 4 months ago
  6. e5f2280 patch 9.1.0207: No autocommand when writing session file by Colin Kennedy · 1 year, 4 months ago
  7. 704966c patch 9.1.0118: Use different restoration strategy in win_splitmove by Sean Dewar · 1 year, 6 months ago
  8. 0fd44a5 patch 9.1.0116: win_split_ins may not check available room by Sean Dewar · 1 year, 6 months ago
  9. 1f47db7 patch 9.1.0059: No event triggered before creating a window by Sergey Vlasov · 1 year, 7 months ago
  10. f267847 patch 9.1.0040: issue with prompt buffer and hidden buffer by zeertzjq · 1 year, 7 months ago
  11. d7d5603 patch 9.1.0029: Cannot act on various terminal response codes by Danek Duvall · 1 year, 7 months ago
  12. 900894b patch 9.0.1958: cannot complete option values by Yee Cheng Chin · 1 year, 10 months ago
  13. 46bdae0 patch 9.0.1934: :bwipe fails after switching window from aucmd_win. by zeertzjq · 1 year, 11 months ago
  14. 590aae3 patch 9.0.1665: empty CmdlineEnter autocommand causes errors in Ex mode by Christian Brabandt · 2 years, 1 month ago
  15. a40c0bc patch 9.0.1582: :stopinsert may not work in a popup close handler by zeertzjq · 2 years, 2 months ago
  16. 79cdf02 patch 9.0.1571: RedrawingDisabled not used consistently by Bram Moolenaar · 2 years, 3 months ago
  17. 7e5fe38 patch 9.0.1454: code indenting is confused by macros by ichizok · 2 years, 4 months ago
  18. 05a627c patch 9.0.1443: ending Insert mode when accessing a hidden prompt buffer by Bram Moolenaar · 2 years, 4 months ago
  19. cde8de0 patch 9.0.1439: start Insert mode when accessing a hidden prompt buffer by orbital · 2 years, 4 months ago
  20. e764d1b patch 9.0.1403: unused variables and functions by Dominique Pelle · 2 years, 5 months ago
  21. 49f0524 patch 9.0.1277: cursor may move with autocmd in Visual mode by zeertzjq · 2 years, 6 months ago
  22. 1cfb14a patch 9.0.1166: code is indented more than necessary by Yegappan Lakshmanan · 2 years, 7 months ago
  23. bb393d8 patch 9.0.1039: using a <Cmd> mapping CmdlineChanged may be triggered twice by Bram Moolenaar · 2 years, 8 months ago
  24. 84497cd patch 9.0.0967: leaking memory from autocmd windows by Bram Moolenaar · 2 years, 8 months ago
  25. e76062c patch 9.0.0965: using one window for executing autocommands is insufficient by Bram Moolenaar · 2 years, 8 months ago
  26. 35fc61c patch 9.0.0917: the WinScrolled autocommand event is not enough by Bram Moolenaar · 2 years, 9 months ago
  27. 2996773 patch 9.0.0915: WinScrolled may trigger immediately when defined by Bram Moolenaar · 2 years, 9 months ago
  28. 3b014be patch 9.0.0871: using freed memory when clearing augroup at more prompt by Bram Moolenaar · 2 years, 9 months ago
  29. 4ccaedf patch 9.0.0756: no autocmd event for changing text in a terminal window by Shougo Matsushita · 2 years, 10 months ago
  30. c601d98 patch 9.0.0713: <amatch> of MenuPopup event is expanded like a file name by zeertzjq · 2 years, 10 months ago
  31. e9dcf13 patch 9.0.0568: autocmd code is indented more than needed by Yegappan Lakshmanan · 2 years, 11 months ago
  32. 670ab03 patch 9.0.0304: WinScrolled is not triggered when only skipcol changes by zeertzjq · 3 years ago
  33. d61efa5 patch 9.0.0063: too many type casts for dict_get functions by Bram Moolenaar · 3 years, 1 month ago
  34. 5fa9f23 patch 9.0.0061: ml_get error with nested autocommand by Bram Moolenaar · 3 years, 1 month ago
  35. ca195cc patch 8.2.5089: some functions return a different value on failure by Yegappan Lakshmanan · 3 years, 2 months ago
  36. 882476a patch 8.2.5051: check for autocmd_add() event argument is confusing by Bram Moolenaar · 3 years, 2 months ago
  37. 00e977c patch 8.2.5049: insufficient tests for autocommands by Yegappan Lakshmanan · 3 years, 2 months ago
  38. 968443e patch 8.2.5033: build error with +eval but without +quickfix by Bram Moolenaar · 3 years, 2 months ago
  39. e0ff3a7 patch 8.2.5030: autocmd_add() can only handle one event and pattern by Yegappan Lakshmanan · 3 years, 2 months ago
  40. 971f682 patch 8.2.5011: Replacing an autocommand requires several lines by Yegappan Lakshmanan · 3 years, 3 months ago
  41. 1755a91 patch 8.2.4981: it is not possible to manipulate autocommands by Yegappan Lakshmanan · 3 years, 3 months ago
  42. 2495910 patch 8.2.4911: the mode #defines are not clearly named by Bram Moolenaar · 3 years, 3 months ago
  43. eca7c60 patch 8.2.4749: <script> is not expanded in autocmd context by LemonBoy · 3 years, 4 months ago
  44. 2bf52dd patch 8.2.4723: the ModeChanged autocmd event is inefficient by LemonBoy · 3 years, 4 months ago
  45. 0937182 patch 8.2.4713: plugins cannot track text scrolling by LemonBoy · 3 years, 4 months ago
  46. f077514 patch 8.2.4505: Vim9: outdated "autocmd nested" still works by Bram Moolenaar · 3 years, 5 months ago
  47. ae6f1d8 patch 8.2.4402: missing parenthesis may cause unexpected problems by kylo252 · 3 years, 6 months ago
  48. f6246f5 patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPre by Bram Moolenaar · 3 years, 6 months ago
  49. 28e8f73 patch 8.2.4335: no autocommand event triggered before changing directory by Bram Moolenaar · 3 years, 6 months ago
  50. dff97e6 patch 8.2.4208: using setbufvar() may change the window title by Bram Moolenaar · 3 years, 7 months ago
  51. cb1956d patch 8.2.4028: ml_get error with :doautoall and Visual area by Bram Moolenaar · 3 years, 7 months ago
  52. 460ae5d patch 8.2.3967: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  53. 436b5ad patch 8.2.3961: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  54. f1474d8 patch 8.2.3960: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  55. 6d05701 patch 8.2.3959: error messages are spread out by Bram Moolenaar · 3 years, 7 months ago
  56. b6db146 patch 8.2.3886: can define autocmd for every event by using "au!" by Bram Moolenaar · 3 years, 8 months ago
  57. d2ff705 patch 8.2.3837: QNX: crash when compiled with GUI but using terminal by Bram Moolenaar · 3 years, 8 months ago
  58. c3f91c0 patch 8.2.3833: error from term_start() not caught by try/catch by ichizok · 3 years, 8 months ago
  59. 651fca8 patch 8.2.3699: the +title feature adds a lot of #ifdef but little code by Bram Moolenaar · 3 years, 8 months ago
  60. b8e642f patch 8.2.3626: "au! event" cannot be followed by another command by Bram Moolenaar · 3 years, 9 months ago
  61. 23beefe patch 8.2.3591: no event is triggered when closing a window by naohiro ono · 3 years, 9 months ago
  62. 25def2c patch 8.2.3555: ModeChanged is not triggered on every mode change by =?UTF-8?q?Magnus=20Gro=C3=9F?= · 3 years, 10 months ago
  63. dfa5e46 patch 8.2.3460: some type casts are not needed by =?UTF-8?q?Dundar=20G=C3=B6c?= · 3 years, 10 months ago
  64. f1e8876 patch 8.2.3430: no generic way to trigger an autocommand on mode change by =?UTF-8?q?Magnus=20Gro=C3=9F?= · 4 years ago
  65. 1b154ea patch 8.2.3306: unexpected "No matching autocommands" by Bram Moolenaar · 4 years ago
  66. 73b8b0a patch 8.2.3268: cannot use a block with :autocmd like with :command by Bram Moolenaar · 4 years ago
  67. 1e6bbfb patch 8.2.2695: cursor position reset with nested autocommands by Bram Moolenaar · 4 years, 4 months ago
  68. 41cd803 patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnter by Bram Moolenaar · 4 years, 5 months ago
  69. 9a046fd patch 8.2.2420: too many problems with using all autocommand events by Bram Moolenaar · 4 years, 6 months ago
  70. 9b8d622 patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature by Bram Moolenaar · 4 years, 7 months ago
  71. 100118c patch 8.2.2128: there is no way to do something on CTRL-Z by Bram Moolenaar · 4 years, 8 months ago
  72. cbcd9cb patch 8.2.1966: popup becomes current window after closing a terminal window by Bram Moolenaar · 4 years, 9 months ago
  73. b53e13a patch 8.2.1874: can't do something just before leaving Insert mode by Bram Moolenaar · 4 years, 10 months ago
  74. bdf931c patch 8.2.1783: try-catch test fails by Bram Moolenaar · 4 years, 10 months ago
  75. 4537bcc patch 8.2.1781: writing to prompt buffer interferes with insert mode by Bram Moolenaar · 4 years, 10 months ago
  76. 66250c9 patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment by Bram Moolenaar · 5 years ago
  77. 5055c56 patch 8.2.0965: has_funcundefined() is not used by Bram Moolenaar · 5 years ago
  78. be5ee86 patch 8.2.0952: no simple way to interrupt Vim by Bram Moolenaar · 5 years ago
  79. df44a27 patch 8.2.0928: many type casts are used for vim_strnsave() by Bram Moolenaar · 5 years ago
  80. aeea721 patch 8.2.0500: using the same loop in many places by Bram Moolenaar · 5 years ago
  81. 3f169ce patch 8.2.0158: triggering CompleteDone earlier is not backwards compatible by Bram Moolenaar · 6 years ago
  82. e31ee86 patch 8.2.0098: exe stack length can be wrong without being detected by Bram Moolenaar · 6 years ago
  83. 1a47ae3 patch 8.2.0056: execution stack is incomplete and inefficient by Bram Moolenaar · 6 years ago
  84. c667da5 patch 8.1.2368: using old C style comments by Bram Moolenaar · 6 years ago
  85. 32aa102 patch 8.1.2243: typos in comments by Bram Moolenaar · 6 years ago
  86. 28ed4df patch 8.1.2219: no autocommand for open window with terminal by Bram Moolenaar · 6 years ago
  87. 69198cb patch 8.1.2046: SafeState may be triggered at the wrong moment by Bram Moolenaar · 6 years ago
  88. 8aeec40 patch 8.1.2044: no easy way to process postponed work by Bram Moolenaar · 6 years ago
  89. e2c453d patch 8.1.1901: the +insert_expand feature is not always available by Bram Moolenaar · 6 years ago
  90. 5843f5f patch 8.1.1891: functions used in one file are global by Bram Moolenaar · 6 years ago
  91. 0a52df5 patch 8.1.1887: the +cmdline_compl feature is not in the tiny version by Bram Moolenaar · 6 years ago
  92. df70775 patch 8.1.1873: cannot build tiny version by Bram Moolenaar · 6 years ago
  93. 6cd57d4 patch 8.1.1805: au_did_filetype is declared twice by Bram Moolenaar · 6 years ago
  94. e96a249 patch 8.1.1588: in :let-heredoc line continuation is recognized by Bram Moolenaar · 6 years ago
  95. 6116b6a patch 8.1.1454: build failure without the conceal feature by Bram Moolenaar · 6 years ago
  96. 89adc3a patch 8.1.1425: win_execute() does not set window pointers properly by Bram Moolenaar · 6 years ago
  97. c799fe2 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts by Bram Moolenaar · 6 years ago
  98. 4d784b2 patch 8.1.1391: no popup window support by Bram Moolenaar · 6 years ago
  99. 964b374 patch 8.1.1384: using "int" for alloc() often results in compiler warnings by Bram Moolenaar · 6 years ago
  100. a68e595 patch 8.1.1205: a BufReadPre autocommand may cause the cursor to move by Bram Moolenaar · 6 years ago