aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4345: <amatch> is expanded like a file name for DirChangedPrezeertzjq2022-02-17
* feat(events): add DirChangedPrezeertzjq2022-02-11
* refactor(PVS/V547): expression is always true/falseDundar Göc2022-02-08
* vim-patch:8.2.4028: ml_get error with :doautoall and Visual areaSean Dewar2022-02-03
* fix: set RedrawingDisabled before entering aucmd_winzeertzjq2022-01-25
* fix: update last cursor on first CursorMoved (#16698)Michael Lingelbach2021-12-18
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* vim-patch:8.2.1783: try-catch test failsSean Dewar2021-12-07
* vim-patch:8.2.1781: writing to prompt buffer interferes with insert modeSean Dewar2021-12-07
* vim-patch:8.2.3555: ModeChanged is not triggered on every mode changeMagnus Groß2021-11-18
* vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format with uncrustify #15722dundargoc2021-09-19
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* fix(autocmd.c): fix conditions in block_autocmds, unblock_autocmds #15372gmntroll2021-08-16
* vim-patch:8.2.2695: cursor position reset with nested autocommandsJan Edmund Lazo2021-04-03
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* vim-patch:8.2.2596: :doautocmd may confuse scripts listening to WinEnterJan Edmund Lazo2021-03-14
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* vim-patch:8.2.2420: too many problems with using all autocommand eventsJan Edmund Lazo2021-01-28
* vim-patch:8.2.1966: popup becomes current window after closing a terminal windowJan Edmund Lazo2020-12-20
* vim-patch:8.1.1872: when Vim exits because of a signal, VimLeave is not trigg...Jan Edmund Lazo2020-12-20
* vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305)TJ DeVries2020-11-24