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(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
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
refactor(message): smsg_attr -> smsg
bfredl
2023-09-29
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
vim-patch:8.2.4609: :unhide does not check for failing to close a window (#25...
zeertzjq
2023-09-23
*
docs: fix typos and other small fixes (#25005)
dundargoc
2023-09-14
*
refactor(map): enhanced implementation, Clean Codeā¢, etc etc
bfredl
2023-09-08
*
fix(events): avoid unnecessary CursorMoved (#24675)
zeertzjq
2023-08-12
*
fix(events): trigger VimResume on next UI request (#24426)
zeertzjq
2023-07-23
*
refactor: remove long
dundargoc
2023-07-03
*
vim-patch:9.0.1665: empty CmdlineEnter autocommand causes errors in Ex mode
zeertzjq
2023-06-26
*
vim-patch:8.2.3833: error from term_start() not caught by try/catch
zeertzjq
2023-06-26
*
fix(events): don't expand non-file as file name
zeertzjq
2023-06-07
*
revert: "refactor: eliminate `autocmd_fname_full` global"
zeertzjq
2023-06-07
*
vim-patch:9.0.1582: :stopinsert may not work in a popup close handler (#23785)
zeertzjq
2023-05-27
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
fix(events): null dereference in autocmd functions
ii14
2023-04-27
*
perf(events): store autocommands in flat vectors (#23256)
ii14
2023-04-27
*
refactor: uncrustify
dundargoc
2023-04-26
*
vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer ...
zeertzjq
2023-04-10
*
refactor: remove redundant casts
ii14
2023-04-07
[next]