aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4713: plugins cannot track text scrollingzeertzjq2022-04-12
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* feat(api)!: pass args table to autocommand callbacksGregory Anders2022-04-08
* fix(autocmd): restore autocmd showing behaviorzeertzjq2022-04-06
* fix(api): delete all autocmds with the same IDLewis Russell2022-04-01
* fix(api): improve autocmd error handlingLewis Russell2022-03-31
* fix: set nested before executing callback (#17801)TJ DeVries2022-03-30
* feat(api): remove Lua autocommand callbacks when they return true (#17784)Gregory Anders2022-03-19
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* fix(coverity): dead code and operands don't affect result #17662dundargoc2022-03-11
* feat(api): autocmd `group` can be either name or id (#17559)Dhruv Manilawala2022-03-07
* chore(autocmd): move comment to the right placezeertzjq2022-03-04
* fix(autocmd): clean up autocmds only when needed (#17593)Jaehwang Jung2022-03-04
* refactor(autocmd): simplify check for freed callbackbfredl2022-03-03
* refactor(clang): dead assignment buflocal_nr = 0zeertzjq2022-03-02
* Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl2022-03-01
|\
| * feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* | fix(api): include event in get_autocmds (#17553)Christian Clason2022-03-01
* | feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
|/
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* 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