summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/autocmd.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-08fix(rpc): trigger UILeave earlier on channel close (#38846)zeertzjq1
2026-03-27feat(progress): set Progress-event pattern to "source" #38495Shadman1
2026-03-18fix(api): nvim_get_option_value FileType autocmd handling #37414Sean Dewar1
2026-03-18docs: misc, terminalJustin M. Keyes1
2026-02-15vim-patch:9.2.0004: Changing hidden prompt buffer cancels :startinsert/:stopi...zeertzjq1
2026-02-08fix(autocmd): deferred TermResponse lacks "data", may not fire (#37778)Sean Dewar1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-01-15refactor: remove dead code, adjust commentSean Dewar1
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-12-25fix(autocmd): skip empty comma-separated patterns properlySean Dewar1
2025-12-25fix(autocmd): parsing of comma-separated buflocal patternsSean Dewar1
2025-12-15fix(messages): exclude "search hit BOTTOM" msg from history #36961Ayaan1
2025-12-07feat(events): MarkSet event, aucmd_defer() #35793Nathan Smith1
2025-09-21refactor: remove unused fn `au_event_is_empty` #35862Justin M. Keyes1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-05-31vim-patch:9.1.1419: It is difficult to ignore all but some events (#34245)luukvbaal1
2025-05-25vim-patch:9.1.1407: Can't use getpos('v') in OptionSet when using setbufvar()...zeertzjq1
2025-05-11vim-patch:9.1.1380: 'eventignorewin' only checked for current bufferSean Dewar1
2025-04-24vim-patch:9.1.1329: cannot get information about command line completionzeertzjq1
2025-04-23fix(events): avoid superfluous CursorMovedI on first autocmd (#33588)zeertzjq1
2025-03-11vim-patch:9.1.1193: Unnecessary use of STRCAT() in au_event_disable() (#32829)zeertzjq1
2025-03-10refactor(gen_events): sort enums case-insensitively (#32811)zeertzjq1
2025-03-10perf(events): use hashy for event name lookup (#32802)zeertzjq1
2025-03-08perf(events): remove unnecessary loop in event_nr2name() (#32777)zeertzjq1
2025-02-20fix(messages): list_cmd kind for :registers, :au[g] #32531luukvbaal1
2025-02-12feat(options): add 'eventignorewin' (#32152)luukvbaal1
2025-02-01refactor(autocmds): remove indirection #32291Justin M. Keyes1
2025-02-01fix(autocmds): once=true Lua event-handler may call itself #29544Felipe Vicentin1
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq1
2024-12-26refactor(autocmd): allow specifying window for autocmd contextFamiu Haque1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-06fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-21vim-patch:9.1.0507: hard to detect cursor movement in the command linezeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-16fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq1
2024-04-08vim-patch:9.1.0272: autocmd may change cwd after :tcd and :lcd (#28223)zeertzjq1
2024-04-01vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq1
2024-03-21refactor(options): remove `set_string_option_direct()`Famiu Haque1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-03-08fix(api): handle win_split_ins failure properlySean Dewar1
2024-02-18refactor(api): use an arena for mappingsbfredl1