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
/
test
/
functional
/
api
/
autocmd_spec.lua
Commit message (
Expand
)
Author
Age
*
docs: small fixes (#25585)
dundargoc
2023-10-29
*
fix(autocmd): API functions accept garbage after event name #25523
ii14
2023-10-09
*
test(api): update tests to new error messages
bfredl
2023-08-07
*
fix(events): don't expand non-file as file name
zeertzjq
2023-06-07
*
fix(api): avoid assertion when autocmd group id is 0 (#23210)
Dhruv Manilawala
2023-04-23
*
Merge #22214 move init_default_autocmds to lua
Justin M. Keyes
2023-02-14
|
\
|
*
refactor: move init_default_autocmds to lua
glacambre
2023-02-11
*
|
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
|
/
*
fix(api): nvim_create_autocmd crash on invalid types inside pattern array
ii14
2023-01-12
*
docs #20986
Justin M. Keyes
2022-12-11
*
feat(api): support pattern array for exec_autocmds
Christian Clason
2022-06-26
*
feat(autocmds): retrieve lua callback (#18642)
kylo252
2022-06-09
*
fix(autocmds): separate command from desc (#18617)
kylo252
2022-05-21
*
feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)
Gregory Anders
2022-05-18
*
feat(api): add `group_name` to `nvim_get_autocmds`
Famiu Haque
2022-05-05
*
test: correct order of arguments to eq() and neq()
zeertzjq
2022-04-26
*
feat(api)!: pass args table to autocommand callbacks
Gregory Anders
2022-04-08
*
Merge pull request #17938 from ggandor/autocmd-api-names
bfredl
2022-04-01
|
\
|
*
refactor(api)!: use singular/plural consistently in the autocmd API
György Andorka
2022-03-31
*
|
Merge pull request #17929 from lewis6991/autocmd
bfredl
2022-03-31
|
\
\
|
|
/
|
/
|
|
*
fix(api): improve autocmd error handling
Lewis Russell
2022-03-31
*
|
feat(api): nvim_clear_autocmd
TJ DeVries
2022-03-31
|
/
*
fix: set nested before executing callback (#17801)
TJ DeVries
2022-03-30
*
refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)
Javier Lopez
2022-03-26
*
feat(api): remove Lua autocommand callbacks when they return true (#17784)
Gregory Anders
2022-03-19
*
feat(api): autocmd `group` can be either name or id (#17559)
Dhruv Manilawala
2022-03-07
*
feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)
Gregory Anders
2022-03-06
*
fix(api): include event in get_autocmds (#17553)
Christian Clason
2022-03-01
*
feat(lua): add missing changes to autocmds lost in the rebase
TJ DeVries
2022-02-28
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27