aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/autocmd.c
Commit message (Expand)AuthorAge
* refactor(autocmds): remove indirection #32291Justin M. Keyes2025-02-01
* fix(autocmds): once=true Lua event-handler may call itself #29544Felipe Vicentin2025-02-01
* Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* refactor(autocmd): allow specifying window for autocmd contextFamiu Haque2024-12-26
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq2024-12-06
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* vim-patch:9.1.0507: hard to detect cursor movement in the command linezeertzjq2024-06-21
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* vim-patch:9.1.0272: autocmd may change cwd after :tcd and :lcd (#28223)zeertzjq2024-04-08
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
* 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