aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* revert: "vim-patch:9.0.0061: ml_get error with nested autocommand" (#19509)zeertzjq2022-07-26
* vim-patch:9.0.0061: ml_get error with nested autocommandzeertzjq2022-07-23
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* refactor: replace char_uDundar Goc2022-07-02
* refactor(aucmd): call define_autocmd() directly for default autocmdsbfredl2022-06-28
* refactor: replace char_u #18429dundargoc2022-06-28
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix(autocmds): separate command from desc (#18617)kylo2522022-05-21
* feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* 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