index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
api
/
autocmd.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
fix(events): don't expand `args.file` for Lua callback (#31473)
zeertzjq
2024-12-06
*
feat(keysets): teach Union and LuaRefOf
Lewis Russell
2024-11-25
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
docs: misc #24163
Justin M. Keyes
2024-04-30
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(api): use arena for autocmds
bfredl
2024-02-18
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
docs: document breaking change for nvim_create_autocmd callback (#27484)
Gregory Anders
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): export generated headers
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: allow not having a `default` case for enum
Famiu Haque
2023-10-10
*
fix(autocmd): API functions accept garbage after event name #25523
ii14
2023-10-09
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
docs: misc
Justin M. Keyes
2023-08-03
*
docs: small fixes (#23619)
dundargoc
2023-06-02
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
perf(events): store autocommands in flat vectors (#23256)
ii14
2023-04-27
*
fix(api): avoid assertion when autocmd group id is 0 (#23210)
Dhruv Manilawala
2023-04-23
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
docs(api): tweak data arg for nvim_create_autocmd (#22008)
Lewis Russell
2023-01-27
*
fix(api): nvim_create_autocmd crash on invalid types inside pattern array
ii14
2023-01-12
*
docs #20986
Justin M. Keyes
2022-12-11
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
docs(api): pattern is not expanded for autocommands (#20812)
Christian Clason
2022-10-27
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
*
docs(autocmds): re-add buffer param to docstring (#20204)
kylo252
2022-09-16
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
fix(api): change default value of 'pattern' in nvim_exec_autocmds (#19115)
Gregory Anders
2022-06-27
*
refactor(api): use FOREACH_ITEM macro in autocmd
Christian Clason
2022-06-26
*
feat(api): support pattern array for exec_autocmds
Christian Clason
2022-06-26
[next]