aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(events): triggered WinScrolled when only skipcol changed (#19972)zeertzjq2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* | vim-patch:8.2.4749: <script> is not expanded in autocmd contextzeertzjq2022-08-23
|/
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* vim-patch:9.0.0061: ml_get error with nested autocommandzeertzjq2022-07-28
* 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