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
*
refactor(autocmds): remove indirection #32291
Justin M. Keyes
2025-02-01
*
fix(autocmds): once=true Lua event-handler may call itself #29544
Felipe Vicentin
2025-02-01
*
Revert "refactor(options): set option value for non-current context directly"...
zeertzjq
2025-01-09
*
refactor(autocmd): allow specifying window for autocmd context
Famiu Haque
2024-12-26
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
fix(events): don't expand `args.file` for Lua callback (#31473)
zeertzjq
2024-12-06
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
vim-patch:9.1.0507: hard to detect cursor movement in the command line
zeertzjq
2024-06-21
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
Merge pull request #29278 from bfredl/strcat
bfredl
2024-06-11
|
\
|
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
|
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
|
/
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
fix(api): ignore 'autochdir' when renaming other buf (#28376)
zeertzjq
2024-04-16
*
vim-patch:9.1.0272: autocmd may change cwd after :tcd and :lcd (#28223)
zeertzjq
2024-04-08
*
vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...
zeertzjq
2024-04-01
*
refactor(options): remove `set_string_option_direct()`
Famiu Haque
2024-03-21
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
fix(api): handle win_split_ins failure properly
Sean Dewar
2024-03-08
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)
zeertzjq
2024-01-18
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(options): remove `OPT_FREE` (#26963)
Famiu Haque
2024-01-10
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
refactor: free more reachable memory with EXITFREE (#26349)
zeertzjq
2023-12-02
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move autocmd types to autocmd_defs.h (#26239)
zeertzjq
2023-11-27
*
build: sync IWYU and clint to ignore the same headers (#26228)
dundargoc
2023-11-26
*
refactor: move some functions to winfloat.c (#26020)
Raphael
2023-11-16
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
fix(startup): trigger UIEnter for the correct channel (#25860)
zeertzjq
2023-11-01
*
fix(autocmd): API functions accept garbage after event name #25523
ii14
2023-10-09
*
refactor: the long goodbye
dundargoc
2023-10-09
*
vim-patch:9.0.1958: cannot complete option values
zeertzjq
2023-10-01
[next]