aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* vim-patch:8.2.4609: :unhide does not check for failing to close a window (#25...zeertzjq2023-09-23
* docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1665: empty CmdlineEnter autocommand causes errors in Ex modezeertzjq2023-06-26
* vim-patch:8.2.3833: error from term_start() not caught by try/catchzeertzjq2023-06-26
* fix(events): don't expand non-file as file namezeertzjq2023-06-07
* revert: "refactor: eliminate `autocmd_fname_full` global"zeertzjq2023-06-07
* vim-patch:9.0.1582: :stopinsert may not work in a popup close handler (#23785)zeertzjq2023-05-27
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* fix(events): null dereference in autocmd functionsii142023-04-27
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer ...zeertzjq2023-04-10
* refactor: remove redundant castsii142023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* vim-patch:9.0.1439: start Insert mode when accessing a hidden prompt buffer (...zeertzjq2023-04-03
* fix(filetype): make recursive work...again (#22826)Lewis Russell2023-03-30
* fix(autocmd): handle recursion for force set (#22820)Lewis Russell2023-03-30
* fix(filetype): avoid recursive FileType autocmds (#22813)Lewis Russell2023-03-29
* refactor(screen): screen.c delenda estbfredl2023-03-14
* Merge #22214 move init_default_autocmds to luaJustin M. Keyes2023-02-14
|\
| * refactor: move init_default_autocmds to luaglacambre2023-02-11
* | refactor: replace char_u with char (#21901)dundargoc2023-02-11
|/
* refactor(ui): don't reimplement redrawing in focus gained handlingbfredl2023-02-09
* vim-patch:9.0.1277: cursor may move with autocmd in Visual mode (#22116)zeertzjq2023-02-04
* vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq2023-01-10
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* fix: clang warnings (#21247)zeertzjq2022-12-01
* vim-patch:9.0.0967: leaking memory from autocmd windowszeertzjq2022-11-29
* vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
* vim-patch:9.0.0915: WinScrolled may trigger immediately when definedzeertzjq2022-11-20
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.3626: "au! event" cannot be followed by another commandzeertzjq2022-11-07
* vim-patch:9.0.0713: <amatch> of MenuPopup event is expanded like a file name ...zeertzjq2022-10-10
* Merge pull request #20374 from bfredl/notypebfredl2022-10-05
|\
| * refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* | vim-patch:8.2.3886: can define autocmd for every event by using "au!"zeertzjq2022-10-05
|/
* vim-patch:9.0.0568: autocmd code is indented more than needed (#20318)zeertzjq2022-09-24
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10