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
/
autocmd.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.2.4713: plugins cannot track text scrolling
zeertzjq
2022-04-12
*
vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient
zeertzjq
2022-04-10
*
feat(api)!: pass args table to autocommand callbacks
Gregory Anders
2022-04-08
*
fix(autocmd): restore autocmd showing behavior
zeertzjq
2022-04-06
*
fix(api): delete all autocmds with the same ID
Lewis Russell
2022-04-01
*
fix(api): improve autocmd error handling
Lewis Russell
2022-03-31
*
fix: set nested before executing callback (#17801)
TJ DeVries
2022-03-30
*
feat(api): remove Lua autocommand callbacks when they return true (#17784)
Gregory Anders
2022-03-19
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
refactor: minimize variable scope and eliminate empty declarations
Dundar Göc
2022-03-13
*
fix(coverity): dead code and operands don't affect result #17662
dundargoc
2022-03-11
*
feat(api): autocmd `group` can be either name or id (#17559)
Dhruv Manilawala
2022-03-07
*
chore(autocmd): move comment to the right place
zeertzjq
2022-03-04
*
fix(autocmd): clean up autocmds only when needed (#17593)
Jaehwang Jung
2022-03-04
*
refactor(autocmd): simplify check for freed callback
bfredl
2022-03-03
*
refactor(clang): dead assignment buflocal_nr = 0
zeertzjq
2022-03-02
*
Merge pull request #15079 from shadmansaleh/feat/verbose_lua
bfredl
2022-03-01
|
\
|
*
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
|
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
*
vim-patch:8.2.4345: <amatch> is expanded like a file name for DirChangedPre
zeertzjq
2022-02-17
*
feat(events): add DirChangedPre
zeertzjq
2022-02-11
*
refactor(PVS/V547): expression is always true/false
Dundar Göc
2022-02-08
*
vim-patch:8.2.4028: ml_get error with :doautoall and Visual area
Sean Dewar
2022-02-03
*
fix: set RedrawingDisabled before entering aucmd_win
zeertzjq
2022-01-25
*
fix: update last cursor on first CursorMoved (#16698)
Michael Lingelbach
2021-12-18
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move line_breakcheck family of functions to os/input.c
Björn Linse
2021-12-09
*
vim-patch:8.2.1783: try-catch test fails
Sean Dewar
2021-12-07
*
vim-patch:8.2.1781: writing to prompt buffer interferes with insert mode
Sean Dewar
2021-12-07
*
vim-patch:8.2.3555: ModeChanged is not triggered on every mode change
Magnus Groß
2021-11-18
*
vim-patch:8.2.3430: no generic way to trigger an autocommand on mode change
Magnus Groß
2021-11-18
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
vim-patch:8.2.3460: some type casts are not needed #15868
dundargoc
2021-10-02
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor: format with uncrustify #15778
dundargoc
2021-09-25
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
*
fix(autocmd.c): fix conditions in block_autocmds, unblock_autocmds #15372
gmntroll
2021-08-16
*
vim-patch:8.2.2695: cursor position reset with nested autocommands
Jan Edmund Lazo
2021-04-03
*
w_grid_alloc: baseline impl
Björn Linse
2021-03-22
*
vim-patch:8.2.2596: :doautocmd may confuse scripts listening to WinEnter
Jan Edmund Lazo
2021-03-14
*
option: use char* for set_string_option_direct()
Jan Edmund Lazo
2021-02-07
*
vim-patch:8.2.2420: too many problems with using all autocommand events
Jan Edmund Lazo
2021-01-28
*
vim-patch:8.2.1966: popup becomes current window after closing a terminal window
Jan Edmund Lazo
2020-12-20
*
vim-patch:8.1.1872: when Vim exits because of a signal, VimLeave is not trigg...
Jan Edmund Lazo
2020-12-20
*
vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305)
TJ DeVries
2020-11-24