aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* refactor(api): use an arena for mappingsbfredl2024-02-18
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)zeertzjq2024-01-18
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move autocmd types to autocmd_defs.h (#26239)zeertzjq2023-11-27
* build: sync IWYU and clint to ignore the same headers (#26228)dundargoc2023-11-26
* refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* fix(startup): trigger UIEnter for the correct channel (#25860)zeertzjq2023-11-01
* fix(autocmd): API functions accept garbage after event name #25523ii142023-10-09
* refactor: the long goodbyedundargoc2023-10-09
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* vim-patch:8.2.4609: :unhide does not check for failing to close a window (#25...zeertzjq2023-09-23
* docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1665: empty CmdlineEnter autocommand causes errors in Ex modezeertzjq2023-06-26
* vim-patch:8.2.3833: error from term_start() not caught by try/catchzeertzjq2023-06-26
* fix(events): don't expand non-file as file namezeertzjq2023-06-07
* revert: "refactor: eliminate `autocmd_fname_full` global"zeertzjq2023-06-07
* vim-patch:9.0.1582: :stopinsert may not work in a popup close handler (#23785)zeertzjq2023-05-27
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* fix(events): null dereference in autocmd functionsii142023-04-27
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer ...zeertzjq2023-04-10
* refactor: remove redundant castsii142023-04-07