summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/autocmd.h
AgeCommit message (Expand)AuthorFiles
2025-12-07feat(events): MarkSet event, aucmd_defer() #35793Nathan Smith1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-05-27vim-patch:9.1.1413: spurious CursorHold triggered in GUI on startup (#34195)zeertzjq1
2024-04-01vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-16vim-patch:9.0.2168: Moving tabpages on :drop may cause an endless loop (#26605)zeertzjq1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27refactor: move autocmd types to autocmd_defs.h (#26239)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-08-12fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq1
2023-04-27perf(events): store autocommands in flat vectors (#23256)ii141
2023-04-10vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer ...zeertzjq1
2022-11-29vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-23vim-patch:8.2.4749: <script> is not expanded in autocmd contextzeertzjq1
2022-08-14vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-18feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-02-28feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-02-03vim-patch:8.2.4028: ml_get error with :doautoall and Visual areaSean Dewar1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-12-20vim-patch:8.2.1966: popup becomes current window after closing a terminal windowJan Edmund Lazo1
2020-11-24vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305)TJ DeVries1