aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* fix PVS warnings (#18459)dundargoc2022-05-15
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* vim-patch:8.2.3306: unexpected "No matching autocommands" (#17912)dundargoc2022-05-02
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* refactor(build): remove unused includes #17078kylo2522022-04-26
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* fix/PVS #17863dundargoc2022-04-24
* refactor: add pure attribute to pure functionsDundar Göc2022-04-13
* 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