summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/auevents.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20docs: misc #39207Justin M. Keyes1
2026-02-26vim-patch:9.2.0061: Not possible to know when a session will be loaded (#38071)zeertzjq1
2026-01-20vim-patch:9.1.1202: Missing TabClosedPre autocommandzeertzjq1
2026-01-16vim-patch:9.1.0059: No event triggered before creating a windowzeertzjq1
2025-12-07feat(events): MarkSet event, aucmd_defer() #35793Nathan Smith1
2025-08-26feat(api): nvim_echo can emit Progress messages/events #34846Shadman1
2025-07-04feat(pack): add built-in plugin manager `vim.pack`Evgeni Chasnovski1
2025-04-24vim-patch:9.1.1329: cannot get information about command line completionzeertzjq1
2025-03-11fix(events): fix incorrect capitalization of Cmdwin* events (#32813)zeertzjq1
2025-03-09refactor(generator): remove nested loop for event aliases (#32780)zeertzjq1
2025-02-12feat(options): add 'eventignorewin' (#32152)luukvbaal1
2024-10-29refactor: sort various Lua tables in src/ alphabetically (#30977)zeertzjq1
2024-06-21vim-patch:9.1.0507: hard to detect cursor movement in the command linezeertzjq1
2024-03-27vim-patch:9.1.0207: No autocommand when writing session file (#28048)zeertzjq1
2024-01-09feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre1
2023-12-04build: enable lintlua for src/ dir #26395Justin M. Keyes1
2023-08-21vim-patch:8.1.2044: no easy way to process postponed workzeertzjq1
2023-07-20feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee1
2023-06-09feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...Mathias Fußenegger1
2023-05-30feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional d...jdrouhard1
2023-03-06feat(lsp)!: add rule-based sem token highlighting (#22022)swarn1
2023-01-23build: make generated source files reproducible #21586Arnout Engelen1
2022-11-23vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq1
2022-11-06vim-patch:9.0.0756 #20680Shougo1
2022-05-18feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders1
2022-04-12vim-patch:8.2.4713: plugins cannot track text scrollingzeertzjq1
2022-02-11feat(events): add DirChangedPrezeertzjq1
2021-12-18docs(autocmd): update docs to match implementationThomas Vigouroux1
2021-12-18feat(autocmd): add Recording autocmdsThomas Vigouroux1
2021-12-10feat: add autocommand event when search wraps around (#8487)Alejandro Exojo1
2021-11-30Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo1
2021-11-25feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders1
2021-11-18vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß1
2020-11-07fix: finish renaming to BufModifiedSetRom Grk1
2020-11-07feat: implement BufModified autocmdRom Grk1
2020-11-03Merge branch 'master' into add-scroll-eventsRom Grk1
2020-10-28feat: implement a working WinScrolled autocmdRom Grk1
2020-10-21vim-patch:8.2.1874: can't do something just before leaving Insert modeJan Edmund Lazo1
2020-10-21implement scroll autocommandRom Grk1
2020-01-26vim-patch:8.2.0158: triggering CompleteDone earlier is not backwards compatibleJan Edmund Lazo1
2020-01-18WinClosed: sort auevents.lua; improve testsJustin M. Keyes1
2020-01-18autocmd: add WinClosed eventMarcos ALMEIDA1
2019-11-04autocmd: Fix event name casing #11332lacygoill1
2019-09-14autocmds: TermEnter, TermLeave #8550Usama Hameed1
2019-09-12rename: UIAttach/UIDetach => UIEnter/UILeaveJustin M. Keyes1
2019-09-12UIAttach, UIDetachRui Abreu Ferreira1
2019-07-17vim-patch:8.1.0729: there is a SourcePre autocommand event but not a SourcePostJan Edmund Lazo1
2019-04-08doc [ci skip]Justin M. Keyes1
2019-03-31autocmd: rename MenuPopupChanged to CompleteChanged #9819Qiming zhao1
2019-03-15autocmd: add MenuPopupChanged autocmdchemzqm1